Html Css Color HEX #B20FBA Deep Magenta

📋 copy color: '#B20FBA'

red 178 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #B20FBA

Tints of Deep Magenta #B20FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 46.97%
G = 3.96%
B = 49.08%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B20FBA (or 0xB20FBA) is known color: Deep Magenta. HEX triplet: B2, 0F and BA. RGB value is (178,15,186). Sum of RGB (Red+Green+Blue) = 178+15+186=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B20FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FBA is #4DF045. Grayscale: #525252. Windows color (decimal): -5107782 or 12193714. OLE color: 12193714.

HSL color Cylindrical-coordinate representation of color #B20FBA: hue angle of 297.19º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20FBA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 15 186 -
CMYK 0.04 0.92 0 0.27
HSL 297.19º 0.85% 0.39% -
HSV(B) 297.19º 0.92% 0.73% -
XYZ 27.39 13.35 47.59 -
YUV 83.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 178 15 186 0.04 0.92 0 0.27 297.19 0.85 0.39
Hex B2 F BA 4 5C 0 1B 129 55 27
Octal 262 17 272 4 134 0 33 451 125 47
Binary 10110010 1111 10111010 100 1011100 0 11011 100101001 1010101 100111

Color Harmonies of #B20FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FBA

Black with #B20FBA

Text Example


Text Example

White with #B20FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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