#B533CA

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

Shades of Dark Orchid #B533CA

Tints of Dark Orchid #B533CA

Color information

#B533CA (or 0xB533CA) is unknown color: approx Dark Orchid. HEX triplet: B5, 33 and CA. RGB value is (181,51,202). Sum of RGB (Red+Green+Blue) = 181+51+202=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #B533CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533CA is #4ACC35. Grayscale: #6A6A6A. Windows color (decimal): -4901942 or 13251509. OLE color: 13251509.

HSL color Cylindrical-coordinate representation of color #B533CA: hue angle of 291.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B533CA is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18151202-
CMYK0.100.7500.21
HSL291.66º59.68%49.61%-
HSV(B)291.66º74.75%79.22%-
XYZ30.916.4657.42-
YUV107.08181.57180.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=41.71%
G=11.75%
B=46.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181512020.100.7500.21291.6659.6849.61
HexB533CAA4B0151243c32
Octal26563312121130254447462
Binary101101011100111100101010101001011010101100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B533CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B533CA; }

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

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

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

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

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

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

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

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