Html Css Color HEX #B20FAC Deep Magenta

📋 copy color: '#B20FAC'

red 178 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #B20FAC

Tints of Deep Magenta #B20FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

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

R = 48.77%
G = 4.11%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B20FAC (or 0xB20FAC) is known color: Deep Magenta. HEX triplet: B2, 0F and AC. RGB value is (178,15,172). Sum of RGB (Red+Green+Blue) = 178+15+172=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B20FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20FAC is #4DF053. Grayscale: #515151. Windows color (decimal): -5107796 or 11276210. OLE color: 11276210.

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

Color convert

RGB 178 15 172 -
CMYK 0 0.92 0.03 0.30
HSL 302.21º 0.84% 0.38% -
HSV(B) 302.21º 0.92% 0.7% -
XYZ 25.98 12.79 40.13 -
YUV 81.64 179 196.73 -
System Red Green Blue C M Y K H S L
Decimal 178 15 172 0 0.92 0.03 0.30 302.21 0.84 0.38
Hex B2 F AC 0 5C 3 1E 12E 54 26
Octal 262 17 254 0 134 3 36 456 124 46
Binary 10110010 1111 10101100 0 1011100 11 11110 100101110 1010100 100110

Color Harmonies of #B20FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FAC

Black with #B20FAC

Text Example


Text Example

White with #B20FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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