Html Css Color HEX #B02DB3 Dark Orchid

📋 copy color: '#B02DB3'

red 176 ◦ green 45 ◦ blue 179

#B02DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B02DB3

Tints of Dark Orchid #B02DB3

RGB

 RED value IS 176 (69.14% from 255) = 44%

 GREEN value IS 45 (17.97% from 255) = 11.25%

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 44%
G = 11.25%
B = 44.75%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B02DB3 (or 0xB02DB3) is known color: Dark Orchid. HEX triplet: B0, 2D and B3. RGB value is (176,45,179). Sum of RGB (Red+Green+Blue) = 176+45+179=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #B02DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DB3 is #4FD24C. Grayscale: #636363. Windows color (decimal): -5231181 or 11742640. OLE color: 11742640.

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

Color convert

RGB 176 45 179 -
CMYK 0.02 0.75 0 0.30
HSL 298.66º 0.6% 0.44% -
HSV(B) 298.66º 0.75% 0.7% -
XYZ 26.98 14.36 44 -
YUV 99.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 176 45 179 0.02 0.75 0 0.30 298.66 0.6 0.44
Hex B0 2D B3 2 4B 0 1E 12B 3C 2C
Octal 260 55 263 2 113 0 36 453 74 54
Binary 10110000 101101 10110011 10 1001011 0 11110 100101011 111100 101100

Color Harmonies of #B02DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DB3

Black with #B02DB3

Text Example


Text Example

White with #B02DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DB3; }

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

 H1.HeaderClassName
 {
   color: #B02DB3;
 }
 .AnyTagClassName
 {
   color: #B02DB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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