Html Css Color HEX #B200A4 Dark Magenta

📋 copy color: '#B200A4'

red 178 ◦ green 0 ◦ blue 164

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

Shades of Dark Magenta #B200A4

Tints of Dark Magenta #B200A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.05%
G = 0%
B = 47.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B200A4 (or 0xB200A4) is known color: Dark Magenta. HEX triplet: B2, 00 and A4. RGB value is (178,0,164). Sum of RGB (Red+Green+Blue) = 178+0+164=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B200A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B200A4 is #4DFF5B. Grayscale: #474747. Windows color (decimal): -5111644 or 10748082. OLE color: 10748082.

HSL color Cylindrical-coordinate representation of color #B200A4: hue angle of 304.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200A4 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 164 -
CMYK 0 1 0.08 0.30
HSL 304.72º 1% 0.35% -
HSV(B) 304.72º 1% 0.7% -
XYZ 25.06 12.15 36.15 -
YUV 71.92 179.97 203.66 -
System Red Green Blue C M Y K H S L
Decimal 178 0 164 0 1 0.08 0.30 304.72 1 0.35
Hex B2 0 A4 0 64 8 1E 131 64 23
Octal 262 0 244 0 144 10 36 461 144 43
Binary 10110010 0 10100100 0 1100100 1000 11110 100110001 1100100 100011

Color Harmonies of #B200A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200A4

Black with #B200A4

Text Example


Text Example

White with #B200A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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