Html Css Color HEX #B200A0 Dark Magenta

📋 copy color: '#B200A0'

red 178 ◦ green 0 ◦ blue 160

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

Shades of Dark Magenta #B200A0

Tints of Dark Magenta #B200A0

RGB

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

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

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

R = 52.66%
G = 0%
B = 47.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B200A0 (or 0xB200A0) is known color: Dark Magenta. HEX triplet: B2, 00 and A0. RGB value is (178,0,160). Sum of RGB (Red+Green+Blue) = 178+0+160=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B200A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B200A0 is #4DFF5F. Grayscale: #474747. Windows color (decimal): -5111648 or 10485938. OLE color: 10485938.

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

Color convert

RGB 178 0 160 -
CMYK 0 1 0.10 0.30
HSL 306.07º 1% 0.35% -
HSV(B) 306.07º 1% 0.7% -
XYZ 24.71 12 34.27 -
YUV 71.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 178 0 160 0 1 0.10 0.30 306.07 1 0.35
Hex B2 0 A0 0 64 A 1E 132 64 23
Octal 262 0 240 0 144 12 36 462 144 43
Binary 10110010 0 10100000 0 1100100 1010 11110 100110010 1100100 100011

Color Harmonies of #B200A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200A0

Black with #B200A0

Text Example


Text Example

White with #B200A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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