Html Css Color HEX #B20FA8 Deep Magenta

📋 copy color: '#B20FA8'

red 178 ◦ green 15 ◦ blue 168

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

Shades of Deep Magenta #B20FA8

Tints of Deep Magenta #B20FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 49.31%
G = 4.16%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B20FA8 (or 0xB20FA8) is known color: Deep Magenta. HEX triplet: B2, 0F and A8. RGB value is (178,15,168). Sum of RGB (Red+Green+Blue) = 178+15+168=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B20FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20FA8 is #4DF057. Grayscale: #505050. Windows color (decimal): -5107800 or 11014066. OLE color: 11014066.

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

Color convert

RGB 178 15 168 -
CMYK 0 0.92 0.06 0.30
HSL 303.68º 0.84% 0.38% -
HSV(B) 303.68º 0.92% 0.7% -
XYZ 25.6 12.63 38.14 -
YUV 81.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 178 15 168 0 0.92 0.06 0.30 303.68 0.84 0.38
Hex B2 F A8 0 5C 6 1E 130 54 26
Octal 262 17 250 0 134 6 36 460 124 46
Binary 10110010 1111 10101000 0 1011100 110 11110 100110000 1010100 100110

Color Harmonies of #B20FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FA8

Black with #B20FA8

Text Example


Text Example

White with #B20FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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