#B50FB6

Color #B50FB6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B50FB6

Tints of Deep Magenta #B50FB6

Color information

#B50FB6 (or 0xB50FB6) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and B6. RGB value is (181,15,182). Sum of RGB (Red+Green+Blue) = 181+15+182=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #B50FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB6 is #4AF049. Grayscale: #535353. Windows color (decimal): -4911178 or 11931573. OLE color: 11931573.

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

Color convert

RGB18115182-
CMYK0.010.9200.29
HSL299.64º84.77%38.63%-
HSV(B)299.64º91.76%71.37%-
XYZ27.6713.5445.41-
YUV83.67183.5197.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 15 (6.25% from 255) = 3.97%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=47.88%
G=3.97%
B=48.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181151820.010.9200.29299.6484.7738.63
HexB5FB615C01D12c5527
Octal26517266113403545412547
Binary10110101111110110110110111000111011001011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FB6; }

 p { color: rgb(181,15,182); }

 H1.HeaderClassName
 {
   color: #B50FB6;
 }
 .AnyTagClassName
 {
   color: #B50FB6;
 }
</style>
background-color css

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

 a { background-color: rgb(181,15,182); }

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

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

 span { border-color: rgb(181,15,182); }

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