Html Css Color HEX #B0029A Dark Magenta

📋 copy color: '#B0029A'

red 176 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #B0029A

Tints of Dark Magenta #B0029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 53.01%
G = 0.6%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0029A (or 0xB0029A) is known color: Dark Magenta. HEX triplet: B0, 02 and 9A. RGB value is (176,2,154). Sum of RGB (Red+Green+Blue) = 176+2+154=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0029A is #4FFD65. Grayscale: #464646. Windows color (decimal): -5242214 or 10093232. OLE color: 10093232.

HSL color Cylindrical-coordinate representation of color #B0029A: hue angle of 307.59º 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 #B0029A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 154 -
CMYK 0 0.99 0.12 0.31
HSL 307.59º 0.98% 0.35% -
HSV(B) 307.59º 0.99% 0.69% -
XYZ 23.76 11.61 31.56 -
YUV 71.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 176 2 154 0 0.99 0.12 0.31 307.59 0.98 0.35
Hex B0 2 9A 0 63 C 1F 134 62 23
Octal 260 2 232 0 143 14 37 464 142 43
Binary 10110000 10 10011010 0 1100011 1100 11111 100110100 1100010 100011

Color Harmonies of #B0029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0029A

Black with #B0029A

Text Example


Text Example

White with #B0029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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