Html Css Color HEX #B002BA Deep Magenta

📋 copy color: '#B002BA'

red 176 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #B002BA

Tints of Deep Magenta #B002BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 48.35%
G = 0.55%
B = 51.1%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B002BA (or 0xB002BA) is known color: Deep Magenta. HEX triplet: B0, 02 and BA. RGB value is (176,2,186). Sum of RGB (Red+Green+Blue) = 176+2+186=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #B002BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002BA is #4FFD45. Grayscale: #4A4A4A. Windows color (decimal): -5242182 or 12190384. OLE color: 12190384.

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

Color convert

RGB 176 2 186 -
CMYK 0.05 0.99 0 0.27
HSL 296.74º 0.98% 0.37% -
HSV(B) 296.74º 0.99% 0.73% -
XYZ 26.79 12.82 47.52 -
YUV 75 190.65 200.04 -
System Red Green Blue C M Y K H S L
Decimal 176 2 186 0.05 0.99 0 0.27 296.74 0.98 0.37
Hex B0 2 BA 5 63 0 1B 129 62 25
Octal 260 2 272 5 143 0 33 451 142 45
Binary 10110000 10 10111010 101 1100011 0 11011 100101001 1100010 100101

Color Harmonies of #B002BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002BA

Black with #B002BA

Text Example


Text Example

White with #B002BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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