Html Css Color HEX #B20ABE Deep Magenta

📋 copy color: '#B20ABE'

red 178 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #B20ABE

Tints of Deep Magenta #B20ABE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 47.09%
G = 2.65%
B = 50.26%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B20ABE (or 0xB20ABE) is known color: Deep Magenta. HEX triplet: B2, 0A and BE. RGB value is (178,10,190). Sum of RGB (Red+Green+Blue) = 178+10+190=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #B20ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ABE is #4DF541. Grayscale: #505050. Windows color (decimal): -5109058 or 12454578. OLE color: 12454578.

HSL color Cylindrical-coordinate representation of color #B20ABE: hue angle of 296º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20ABE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 10 190 -
CMYK 0.06 0.95 0 0.25
HSL 296º 0.9% 0.39% -
HSV(B) 296º 0.95% 0.75% -
XYZ 27.76 13.4 49.84 -
YUV 80.75 189.66 197.36 -
System Red Green Blue C M Y K H S L
Decimal 178 10 190 0.06 0.95 0 0.25 296 0.9 0.39
Hex B2 A BE 6 5F 0 19 128 5A 27
Octal 262 12 276 6 137 0 31 450 132 47
Binary 10110010 1010 10111110 110 1011111 0 11001 100101000 1011010 100111

Color Harmonies of #B20ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ABE

Black with #B20ABE

Text Example


Text Example

White with #B20ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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