Html Css Color HEX #B204A4 Dark Magenta

📋 copy color: '#B204A4'

red 178 ◦ green 4 ◦ blue 164

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

Shades of Dark Magenta #B204A4

Tints of Dark Magenta #B204A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 51.45%
G = 1.16%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B204A4 (or 0xB204A4) is known color: Dark Magenta. HEX triplet: B2, 04 and A4. RGB value is (178,4,164). Sum of RGB (Red+Green+Blue) = 178+4+164=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B204A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B204A4 is #4DFB5B. Grayscale: #494949. Windows color (decimal): -5110620 or 10749106. OLE color: 10749106.

HSL color Cylindrical-coordinate representation of color #B204A4: hue angle of 304.83º 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 #B204A4 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 164 -
CMYK 0 0.98 0.08 0.30
HSL 304.83º 0.96% 0.36% -
HSV(B) 304.83º 0.98% 0.7% -
XYZ 25.1 12.23 36.16 -
YUV 74.27 178.65 201.99 -
System Red Green Blue C M Y K H S L
Decimal 178 4 164 0 0.98 0.08 0.30 304.83 0.96 0.36
Hex B2 4 A4 0 62 8 1E 131 60 24
Octal 262 4 244 0 142 10 36 461 140 44
Binary 10110010 100 10100100 0 1100010 1000 11110 100110001 1100000 100100

Color Harmonies of #B204A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B204A4

Black with #B204A4

Text Example


Text Example

White with #B204A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B204A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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