Html Css Color HEX #B20FB3 Deep Magenta

📋 copy color: '#B20FB3'

red 178 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #B20FB3

Tints of Deep Magenta #B20FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 47.85%
G = 4.03%
B = 48.12%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B20FB3 (or 0xB20FB3) is known color: Deep Magenta. HEX triplet: B2, 0F and B3. RGB value is (178,15,179). Sum of RGB (Red+Green+Blue) = 178+15+179=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #B20FB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FB3 is #4DF04C. Grayscale: #515151. Windows color (decimal): -5107789 or 11734962. OLE color: 11734962.

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

Color convert

RGB 178 15 179 -
CMYK 0.01 0.92 0 0.30
HSL 299.63º 0.85% 0.38% -
HSV(B) 299.63º 0.92% 0.7% -
XYZ 26.67 13.06 43.76 -
YUV 82.43 182.5 196.16 -
System Red Green Blue C M Y K H S L
Decimal 178 15 179 0.01 0.92 0 0.30 299.63 0.85 0.38
Hex B2 F B3 1 5C 0 1E 12C 55 26
Octal 262 17 263 1 134 0 36 454 125 46
Binary 10110010 1111 10110011 1 1011100 0 11110 100101100 1010101 100110

Color Harmonies of #B20FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FB3

Black with #B20FB3

Text Example


Text Example

White with #B20FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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