#B533D1

Color #B533D1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B533D1

Tints of Dark Orchid #B533D1

Color information

#B533D1 (or 0xB533D1) is unknown color: approx Dark Orchid. HEX triplet: B5, 33 and D1. RGB value is (181,51,209). Sum of RGB (Red+Green+Blue) = 181+51+209=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #B533D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533D1 is #4ACC2E. Grayscale: #6B6B6B. Windows color (decimal): -4901935 or 13710261. OLE color: 13710261.

HSL color Cylindrical-coordinate representation of color #B533D1: hue angle of 289.37º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B533D1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18151209-
CMYK0.130.7600.18
HSL289.37º63.2%50.98%-
HSV(B)289.37º75.6%81.96%-
XYZ31.7516.7961.89-
YUV107.88185.07180.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=41.04%
G=11.56%
B=47.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181512090.130.7600.18289.3763.250.98
HexB533D1D4C0121213f33
Octal26563321151140224417763
Binary101101011100111101000111011001100010010100100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533D1; }

 p { color: rgb(181,51,209); }

 H1.HeaderClassName
 {
   color: #B533D1;
 }
 .AnyTagClassName
 {
   color: #B533D1;
 }
</style>
background-color css

<style>
 a { background-color: #B533D1; }

 a { background-color: rgb(181,51,209); }

 div.DivClassName
 {
   background-color: #B533D1;
 }
 .BgClassName
 {
   background-color: #B533D1;
 }
</style>
border-color css

<style>
 span { border-color: #B533D1; }

 span { border-color: rgb(181,51,209); }

 td.TdClassName
 {
   border-color: #B533D1;
 }
 .TagClassName
 {
   border-color: #B533D1;
 }
</style>