Html Css Color HEX #B204A2 Dark Magenta

📋 copy color: '#B204A2'

red 178 ◦ green 4 ◦ blue 162

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

Shades of Dark Magenta #B204A2

Tints of Dark Magenta #B204A2

RGB

 RED value IS 178 (69.92% from 255) = 51.74%

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

 BLUE value IS 162 (63.67% from 255) = 47.09%

R = 51.74%
G = 1.16%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B204A2 (or 0xB204A2) is known color: Dark Magenta. HEX triplet: B2, 04 and A2. RGB value is (178,4,162). Sum of RGB (Red+Green+Blue) = 178+4+162=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A2 is #4DFB5D. Grayscale: #494949. Windows color (decimal): -5110622 or 10618034. OLE color: 10618034.

HSL color Cylindrical-coordinate representation of color #B204A2: hue angle of 305.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204A2 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 162 -
CMYK 0 0.98 0.09 0.30
HSL 305.52º 0.96% 0.36% -
HSV(B) 305.52º 0.98% 0.7% -
XYZ 24.93 12.16 35.22 -
YUV 74.04 177.65 202.15 -
System Red Green Blue C M Y K H S L
Decimal 178 4 162 0 0.98 0.09 0.30 305.52 0.96 0.36
Hex B2 4 A2 0 62 9 1E 132 60 24
Octal 262 4 242 0 142 11 36 462 140 44
Binary 10110010 100 10100010 0 1100010 1001 11110 100110010 1100000 100100

Color Harmonies of #B204A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204A2

Black with #B204A2

Text Example


Text Example

White with #B204A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204A2; }

 p { color: rgb(178,4,162); }

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

background-color css

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

 a { background-color: rgb(178,4,162); }

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

border-color css

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

 span { border-color: rgb(178,4,162); }

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