#B033BF

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

Shades of Dark Orchid #B033BF

Tints of Dark Orchid #B033BF

Color information

#B033BF (or 0xB033BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 33 and BF. RGB value is (176,51,191). Sum of RGB (Red+Green+Blue) = 176+51+191=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #B033BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B033BF is #4FCC40. Grayscale: #676767. Windows color (decimal): -5229633 or 12530608. OLE color: 12530608.

HSL color Cylindrical-coordinate representation of color #B033BF: hue angle of 293.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B033BF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17651191-
CMYK0.080.7300.25
HSL293.57º57.85%47.45%-
HSV(B)293.57º73.3%74.9%-
XYZ28.4915.3650.75-
YUV104.34176.91179.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 191 (75% from 255) = 45.69%
R=42.11%
G=12.20%
B=45.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176511910.080.7300.25293.5757.8547.45
HexB033BF8490191263a2f
Octal26063277101110314467257
Binary101100001100111011111110001001001011001100100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B033BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B033BF; }

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

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

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

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

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

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

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

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