#B02BBB

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

Shades of Dark Orchid #B02BBB

Tints of Dark Orchid #B02BBB

Color information

#B02BBB (or 0xB02BBB) is unknown color: approx Dark Orchid. HEX triplet: B0, 2B and BB. RGB value is (176,43,187). Sum of RGB (Red+Green+Blue) = 176+43+187=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #B02BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BBB is #4FD444. Grayscale: #626262. Windows color (decimal): -5231685 or 12266416. OLE color: 12266416.

HSL color Cylindrical-coordinate representation of color #B02BBB: hue angle of 295.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02BBB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17643187-
CMYK0.060.7700.27
HSL295.42º62.61%45.1%-
HSV(B)295.42º77.01%73.33%-
XYZ27.7414.5548.36-
YUV99.18177.56182.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 43 (17.19% from 255) = 10.59%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=43.35%
G=10.59%
B=46.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176431870.060.7700.27295.4262.6145.1
HexB02BBB64D01B1273f2d
Octal2605327361150334477755
Binary10110000101011101110111101001101011011100100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02BBB; }

 p { color: rgb(176,43,187); }

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

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

 a { background-color: rgb(176,43,187); }

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

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

 span { border-color: rgb(176,43,187); }

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