#B02DD7

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

Shades of Dark Orchid #B02DD7

Tints of Dark Orchid #B02DD7

Color information

#B02DD7 (or 0xB02DD7) is unknown color: approx Dark Orchid. HEX triplet: B0, 2D and D7. RGB value is (176,45,215). Sum of RGB (Red+Green+Blue) = 176+45+215=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #B02DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DD7 is #4FD228. Grayscale: #676767. Windows color (decimal): -5231145 or 14101936. OLE color: 14101936.

HSL color Cylindrical-coordinate representation of color #B02DD7: hue angle of 286.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02DD7 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17645215-
CMYK0.180.7900.16
HSL286.24º68%50.98%-
HSV(B)286.24º79.07%84.31%-
XYZ31.1116.0165.74-
YUV103.55190.9179.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=40.37%
G=10.32%
B=49.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176452150.180.7900.16286.246850.98
HexB02DD7124F01011e4433
Octal260553272211702043610463
Binary10110000101101110101111001010011110100001000111101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02DD7; }

 p { color: rgb(176,45,215); }

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

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

 a { background-color: rgb(176,45,215); }

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

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

 span { border-color: rgb(176,45,215); }

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