#B50FB4

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

Shades of Deep Magenta #B50FB4

Tints of Deep Magenta #B50FB4

Color information

#B50FB4 (or 0xB50FB4) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and B4. RGB value is (181,15,180). Sum of RGB (Red+Green+Blue) = 181+15+180=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB4 is #4AF04B. Grayscale: #525252. Windows color (decimal): -4911180 or 11800501. OLE color: 11800501.

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

Color convert

RGB18115180-
CMYK00.920.010.29
HSL300.36º84.69%38.43%-
HSV(B)300.36º91.71%70.98%-
XYZ27.4713.4644.33-
YUV83.44182.5197.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 15 (6.25% from 255) = 3.99%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=48.14%
G=3.99%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811518000.920.010.29300.3684.6938.43
HexB5FB405C11D12c5526
Octal26517264013413545412546
Binary10110101111110110100010111001111011001011001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FB4; }

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

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

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

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

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

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

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

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