Html Css Color HEX #B02BB7 Dark Orchid

📋 copy color: '#B02BB7'

red 176 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #B02BB7

Tints of Dark Orchid #B02BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.7%

 BLUE value IS 183 (71.88% from 255) = 45.52%

R = 43.78%
G = 10.7%
B = 45.52%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B02BB7 (or 0xB02BB7) is known color: Dark Orchid. HEX triplet: B0, 2B and B7. RGB value is (176,43,183). Sum of RGB (Red+Green+Blue) = 176+43+183=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #B02BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BB7 is #4FD448. Grayscale: #626262. Windows color (decimal): -5231689 or 12004272. OLE color: 12004272.

HSL color Cylindrical-coordinate representation of color #B02BB7: hue angle of 297º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02BB7 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 43 183 -
CMYK 0.04 0.77 0 0.28
HSL 297º 0.62% 0.44% -
HSV(B) 297º 0.77% 0.72% -
XYZ 27.32 14.38 46.14 -
YUV 98.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 176 43 183 0.04 0.77 0 0.28 297 0.62 0.44
Hex B0 2B B7 4 4D 0 1C 129 3E 2C
Octal 260 53 267 4 115 0 34 451 76 54
Binary 10110000 101011 10110111 100 1001101 0 11100 100101001 111110 101100

Color Harmonies of #B02BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BB7

Black with #B02BB7

Text Example


Text Example

White with #B02BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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