Html Css Color HEX #B002CB Deep Magenta

📋 copy color: '#B002CB'

red 176 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #B002CB

Tints of Deep Magenta #B002CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 46.19%
G = 0.52%
B = 53.28%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B002CB (or 0xB002CB) is known color: Deep Magenta. HEX triplet: B0, 02 and CB. RGB value is (176,2,203). Sum of RGB (Red+Green+Blue) = 176+2+203=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #B002CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002CB is #4FFD34. Grayscale: #4C4C4C. Windows color (decimal): -5242165 or 13304496. OLE color: 13304496.

HSL color Cylindrical-coordinate representation of color #B002CB: hue angle of 291.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002CB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 2 203 -
CMYK 0.13 0.99 0 0.20
HSL 291.94º 0.98% 0.4% -
HSV(B) 291.94º 0.99% 0.8% -
XYZ 28.71 13.59 57.61 -
YUV 76.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 176 2 203 0.13 0.99 0 0.20 291.94 0.98 0.4
Hex B0 2 CB D 63 0 14 124 62 28
Octal 260 2 313 15 143 0 24 444 142 50
Binary 10110000 10 11001011 1101 1100011 0 10100 100100100 1100010 101000

Color Harmonies of #B002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002CB

Black with #B002CB

Text Example


Text Example

White with #B002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002CB; }

 p { color: rgb(176,2,203); }

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

background-color css

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

 a { background-color: rgb(176,2,203); }

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

border-color css

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

 span { border-color: rgb(176,2,203); }

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