Html Css Color HEX #B0039A Dark Magenta

📋 copy color: '#B0039A'

red 176 ◦ green 3 ◦ blue 154

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

Shades of Dark Magenta #B0039A

Tints of Dark Magenta #B0039A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 52.85%
G = 0.9%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0039A (or 0xB0039A) is known color: Dark Magenta. HEX triplet: B0, 03 and 9A. RGB value is (176,3,154). Sum of RGB (Red+Green+Blue) = 176+3+154=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0039A is #4FFC65. Grayscale: #474747. Windows color (decimal): -5241958 or 10093488. OLE color: 10093488.

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

Color convert

RGB 176 3 154 -
CMYK 0 0.98 0.12 0.31
HSL 307.63º 0.97% 0.35% -
HSV(B) 307.63º 0.98% 0.69% -
XYZ 23.77 11.63 31.56 -
YUV 71.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 176 3 154 0 0.98 0.12 0.31 307.63 0.97 0.35
Hex B0 3 9A 0 62 C 1F 134 61 23
Octal 260 3 232 0 142 14 37 464 141 43
Binary 10110000 11 10011010 0 1100010 1100 11111 100110100 1100001 100011

Color Harmonies of #B0039A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0039A

Black with #B0039A

Text Example


Text Example

White with #B0039A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0039A; }

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

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

background-color css

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

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

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

border-color css

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

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

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