#B033B8

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

Shades of Dark Orchid #B033B8

Tints of Dark Orchid #B033B8

Color information

#B033B8 (or 0xB033B8) is unknown color: approx Dark Orchid. HEX triplet: B0, 33 and B8. RGB value is (176,51,184). Sum of RGB (Red+Green+Blue) = 176+51+184=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #B033B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033B8 is #4FCC47. Grayscale: #676767. Windows color (decimal): -5229640 or 12071856. OLE color: 12071856.

HSL color Cylindrical-coordinate representation of color #B033B8: hue angle of 296.39º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B033B8 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17651184-
CMYK0.040.7200.28
HSL296.39º56.6%46.08%-
HSV(B)296.39º72.28%72.16%-
XYZ27.7415.0646.79-
YUV103.54173.41179.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=42.82%
G=12.41%
B=44.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176511840.040.7200.28296.3956.646.08
HexB033B844801C128392e
Octal2606327041100344507156
Binary10110000110011101110001001001000011100100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033B8; }

 p { color: rgb(176,51,184); }

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

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

 a { background-color: rgb(176,51,184); }

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

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

 span { border-color: rgb(176,51,184); }

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