Html Css Color HEX #B20BA7 Deep Magenta

📋 copy color: '#B20BA7'

red 178 ◦ green 11 ◦ blue 167

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

Shades of Deep Magenta #B20BA7

Tints of Deep Magenta #B20BA7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.09%

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 50%
G = 3.09%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B20BA7 (or 0xB20BA7) is known color: Deep Magenta. HEX triplet: B2, 0B and A7. RGB value is (178,11,167). Sum of RGB (Red+Green+Blue) = 178+11+167=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA7 is #4DF458. Grayscale: #4E4E4E. Windows color (decimal): -5108825 or 10947506. OLE color: 10947506.

HSL color Cylindrical-coordinate representation of color #B20BA7: hue angle of 303.95º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BA7 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 167 -
CMYK 0 0.94 0.06 0.30
HSL 303.95º 0.88% 0.37% -
HSV(B) 303.95º 0.94% 0.7% -
XYZ 25.45 12.49 37.63 -
YUV 78.72 177.83 198.82 -
System Red Green Blue C M Y K H S L
Decimal 178 11 167 0 0.94 0.06 0.30 303.95 0.88 0.37
Hex B2 B A7 0 5E 6 1E 130 58 25
Octal 262 13 247 0 136 6 36 460 130 45
Binary 10110010 1011 10100111 0 1011110 110 11110 100110000 1011000 100101

Color Harmonies of #B20BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BA7

Black with #B20BA7

Text Example


Text Example

White with #B20BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BA7; }

 p { color: rgb(178,11,167); }

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

background-color css

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

 a { background-color: rgb(178,11,167); }

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

border-color css

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

 span { border-color: rgb(178,11,167); }

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