#B022BF

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

Shades of Dark Orchid #B022BF

Tints of Dark Orchid #B022BF

Color information

#B022BF (or 0xB022BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and BF. RGB value is (176,34,191). Sum of RGB (Red+Green+Blue) = 176+34+191=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B022BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022BF is #4FDD40. Grayscale: #5D5D5D. Windows color (decimal): -5233985 or 12526256. OLE color: 12526256.

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

Color convert

RGB17634191-
CMYK0.080.8200.25
HSL294.27º69.78%44.12%-
HSV(B)294.27º82.2%74.9%-
XYZ27.8814.1450.55-
YUV94.36182.54186.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 34 (13.67% from 255) = 8.48%
BLUE value IS 191 (75% from 255) = 47.63%
R=43.89%
G=8.48%
B=47.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176341910.080.8200.25294.2769.7844.12
HexB022BF852019126462c
Octal260422771012203144610654
Binary1011000010001010111111100010100100110011001001101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022BF; }

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

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

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

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

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

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

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

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