Html Css Color HEX #B20CBA Deep Magenta

📋 copy color: '#B20CBA'

red 178 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #B20CBA

Tints of Deep Magenta #B20CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 47.34%
G = 3.19%
B = 49.47%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B20CBA (or 0xB20CBA) is known color: Deep Magenta. HEX triplet: B2, 0C and BA. RGB value is (178,12,186). Sum of RGB (Red+Green+Blue) = 178+12+186=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #B20CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CBA is #4DF345. Grayscale: #505050. Windows color (decimal): -5108550 or 12192946. OLE color: 12192946.

HSL color Cylindrical-coordinate representation of color #B20CBA: hue angle of 297.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CBA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 12 186 -
CMYK 0.04 0.94 0 0.27
HSL 297.24º 0.88% 0.39% -
HSV(B) 297.24º 0.94% 0.73% -
XYZ 27.35 13.27 47.57 -
YUV 81.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 178 12 186 0.04 0.94 0 0.27 297.24 0.88 0.39
Hex B2 C BA 4 5E 0 1B 129 58 27
Octal 262 14 272 4 136 0 33 451 130 47
Binary 10110010 1100 10111010 100 1011110 0 11011 100101001 1011000 100111

Color Harmonies of #B20CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CBA

Black with #B20CBA

Text Example


Text Example

White with #B20CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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