Html Css Color HEX #B004A0 Dark Magenta

📋 copy color: '#B004A0'

red 176 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #B004A0

Tints of Dark Magenta #B004A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 160 (62.89% from 255) = 47.06%

R = 51.76%
G = 1.18%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B004A0 (or 0xB004A0) is known color: Dark Magenta. HEX triplet: B0, 04 and A0. RGB value is (176,4,160). Sum of RGB (Red+Green+Blue) = 176+4+160=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B004A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B004A0 is #4FFB5F. Grayscale: #484848. Windows color (decimal): -5241696 or 10486960. OLE color: 10486960.

HSL color Cylindrical-coordinate representation of color #B004A0: hue angle of 305.58º degrees, saturation: 0.96, 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 #B004A0 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 160 -
CMYK 0 0.98 0.09 0.31
HSL 305.58º 0.96% 0.35% -
HSV(B) 305.58º 0.98% 0.69% -
XYZ 24.29 11.86 34.27 -
YUV 73.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 176 4 160 0 0.98 0.09 0.31 305.58 0.96 0.35
Hex B0 4 A0 0 62 9 1F 132 60 23
Octal 260 4 240 0 142 11 37 462 140 43
Binary 10110000 100 10100000 0 1100010 1001 11111 100110010 1100000 100011

Color Harmonies of #B004A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004A0

Black with #B004A0

Text Example


Text Example

White with #B004A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004A0; }

 p { color: rgb(176,4,160); }

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

background-color css

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

 a { background-color: rgb(176,4,160); }

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

border-color css

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

 span { border-color: rgb(176,4,160); }

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