Html Css Color HEX #B20CBE Deep Magenta

📋 copy color: '#B20CBE'

red 178 ◦ green 12 ◦ blue 190

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

Shades of Deep Magenta #B20CBE

Tints of Deep Magenta #B20CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 46.84%
G = 3.16%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B20CBE (or 0xB20CBE) is known color: Deep Magenta. HEX triplet: B2, 0C and BE. RGB value is (178,12,190). Sum of RGB (Red+Green+Blue) = 178+12+190=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #B20CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CBE is #4DF341. Grayscale: #515151. Windows color (decimal): -5108546 or 12455090. OLE color: 12455090.

HSL color Cylindrical-coordinate representation of color #B20CBE: hue angle of 295.96º 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 #B20CBE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 12 190 -
CMYK 0.06 0.94 0 0.25
HSL 295.96º 0.88% 0.4% -
HSV(B) 295.96º 0.94% 0.75% -
XYZ 27.79 13.45 49.85 -
YUV 81.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 178 12 190 0.06 0.94 0 0.25 295.96 0.88 0.4
Hex B2 C BE 6 5E 0 19 128 58 28
Octal 262 14 276 6 136 0 31 450 130 50
Binary 10110010 1100 10111110 110 1011110 0 11001 100101000 1011000 101000

Color Harmonies of #B20CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CBE

Black with #B20CBE

Text Example


Text Example

White with #B20CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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