Html Css Color HEX #B02DBB Dark Orchid

📋 copy color: '#B02DBB'

red 176 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #B02DBB

Tints of Dark Orchid #B02DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 43.14%
G = 11.03%
B = 45.83%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B02DBB (or 0xB02DBB) is known color: Dark Orchid. HEX triplet: B0, 2D and BB. RGB value is (176,45,187). Sum of RGB (Red+Green+Blue) = 176+45+187=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B02DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DBB is #4FD244. Grayscale: #636363. Windows color (decimal): -5231173 or 12266928. OLE color: 12266928.

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

Color convert

RGB 176 45 187 -
CMYK 0.06 0.76 0 0.27
HSL 295.35º 0.61% 0.45% -
HSV(B) 295.35º 0.76% 0.73% -
XYZ 27.81 14.69 48.38 -
YUV 100.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 176 45 187 0.06 0.76 0 0.27 295.35 0.61 0.45
Hex B0 2D BB 6 4C 0 1B 127 3D 2D
Octal 260 55 273 6 114 0 33 447 75 55
Binary 10110000 101101 10111011 110 1001100 0 11011 100100111 111101 101101

Color Harmonies of #B02DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DBB

Black with #B02DBB

Text Example


Text Example

White with #B02DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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