Html Css Color HEX #B002A8 Deep Magenta

📋 copy color: '#B002A8'

red 176 ◦ green 2 ◦ blue 168

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

Shades of Deep Magenta #B002A8

Tints of Deep Magenta #B002A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48.55%

R = 50.87%
G = 0.58%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B002A8 (or 0xB002A8) is known color: Deep Magenta. HEX triplet: B0, 02 and A8. RGB value is (176,2,168). Sum of RGB (Red+Green+Blue) = 176+2+168=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B002A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B002A8 is #4FFD57. Grayscale: #484848. Windows color (decimal): -5242200 or 11010736. OLE color: 11010736.

HSL color Cylindrical-coordinate representation of color #B002A8: hue angle of 302.76º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002A8 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 168 -
CMYK 0 0.99 0.05 0.31
HSL 302.76º 0.98% 0.35% -
HSV(B) 302.76º 0.99% 0.69% -
XYZ 24.99 12.1 38.06 -
YUV 72.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 176 2 168 0 0.99 0.05 0.31 302.76 0.98 0.35
Hex B0 2 A8 0 63 5 1F 12F 62 23
Octal 260 2 250 0 143 5 37 457 142 43
Binary 10110000 10 10101000 0 1100011 101 11111 100101111 1100010 100011

Color Harmonies of #B002A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002A8

Black with #B002A8

Text Example


Text Example

White with #B002A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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