Html Css Color HEX #B20FBB Deep Magenta

📋 copy color: '#B20FBB'

red 178 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #B20FBB

Tints of Deep Magenta #B20FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 46.84%
G = 3.95%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B20FBB (or 0xB20FBB) is known color: Deep Magenta. HEX triplet: B2, 0F and BB. RGB value is (178,15,187). Sum of RGB (Red+Green+Blue) = 178+15+187=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B20FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FBB is #4DF044. Grayscale: #525252. Windows color (decimal): -5107781 or 12259250. OLE color: 12259250.

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

Color convert

RGB 178 15 187 -
CMYK 0.05 0.92 0 0.27
HSL 296.86º 0.85% 0.4% -
HSV(B) 296.86º 0.92% 0.73% -
XYZ 27.5 13.39 48.15 -
YUV 83.35 186.5 195.51 -
System Red Green Blue C M Y K H S L
Decimal 178 15 187 0.05 0.92 0 0.27 296.86 0.85 0.4
Hex B2 F BB 5 5C 0 1B 129 55 28
Octal 262 17 273 5 134 0 33 451 125 50
Binary 10110010 1111 10111011 101 1011100 0 11011 100101001 1010101 101000

Color Harmonies of #B20FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FBB

Black with #B20FBB

Text Example


Text Example

White with #B20FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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