#B02DD1

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

Shades of Dark Orchid #B02DD1

Tints of Dark Orchid #B02DD1

Color information

#B02DD1 (or 0xB02DD1) is unknown color: approx Dark Orchid. HEX triplet: B0, 2D and D1. RGB value is (176,45,209). Sum of RGB (Red+Green+Blue) = 176+45+209=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #B02DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DD1 is #4FD22E. Grayscale: #666666. Windows color (decimal): -5231151 or 13708720. OLE color: 13708720.

HSL color Cylindrical-coordinate representation of color #B02DD1: hue angle of 287.93º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02DD1 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17645209-
CMYK0.160.7800.18
HSL287.93º64.57%49.8%-
HSV(B)287.93º78.47%81.96%-
XYZ30.3515.7161.75-
YUV102.86187.9180.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 45 (17.97% from 255) = 10.47%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=40.93%
G=10.47%
B=48.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176452090.160.7800.18287.9364.5749.8
HexB02DD1104E0121204132
Octal260553212011602244010162
Binary10110000101101110100011000010011100100101001000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02DD1; }

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

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

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

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

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

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

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

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