Html Css Color HEX #B20CBF Deep Magenta

📋 copy color: '#B20CBF'

red 178 ◦ green 12 ◦ blue 191

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

Shades of Deep Magenta #B20CBF

Tints of Deep Magenta #B20CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 46.72%
G = 3.15%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B20CBF (or 0xB20CBF) is known color: Deep Magenta. HEX triplet: B2, 0C and BF. RGB value is (178,12,191). Sum of RGB (Red+Green+Blue) = 178+12+191=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #B20CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CBF is #4DF340. Grayscale: #515151. Windows color (decimal): -5108545 or 12520626. OLE color: 12520626.

HSL color Cylindrical-coordinate representation of color #B20CBF: hue angle of 295.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CBF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 12 191 -
CMYK 0.07 0.94 0 0.25
HSL 295.64º 0.88% 0.4% -
HSV(B) 295.64º 0.94% 0.75% -
XYZ 27.9 13.49 50.42 -
YUV 82.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 178 12 191 0.07 0.94 0 0.25 295.64 0.88 0.4
Hex B2 C BF 7 5E 0 19 128 58 28
Octal 262 14 277 7 136 0 31 450 130 50
Binary 10110010 1100 10111111 111 1011110 0 11001 100101000 1011000 101000

Color Harmonies of #B20CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CBF

Black with #B20CBF

Text Example


Text Example

White with #B20CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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