Html Css Color HEX #B20CAC Deep Magenta

📋 copy color: '#B20CAC'

red 178 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #B20CAC

Tints of Deep Magenta #B20CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 49.17%
G = 3.31%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B20CAC (or 0xB20CAC) is known color: Deep Magenta. HEX triplet: B2, 0C and AC. RGB value is (178,12,172). Sum of RGB (Red+Green+Blue) = 178+12+172=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CAC is #4DF353. Grayscale: #4F4F4F. Windows color (decimal): -5108564 or 11275442. OLE color: 11275442.

HSL color Cylindrical-coordinate representation of color #B20CAC: hue angle of 302.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20CAC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 172 -
CMYK 0 0.93 0.03 0.30
HSL 302.17º 0.87% 0.37% -
HSV(B) 302.17º 0.93% 0.7% -
XYZ 25.94 12.71 40.12 -
YUV 79.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 178 12 172 0 0.93 0.03 0.30 302.17 0.87 0.37
Hex B2 C AC 0 5D 3 1E 12E 57 25
Octal 262 14 254 0 135 3 36 456 127 45
Binary 10110010 1100 10101100 0 1011101 11 11110 100101110 1010111 100101

Color Harmonies of #B20CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CAC

Black with #B20CAC

Text Example


Text Example

White with #B20CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CAC; }

 p { color: rgb(178,12,172); }

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

background-color css

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

 a { background-color: rgb(178,12,172); }

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

border-color css

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

 span { border-color: rgb(178,12,172); }

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