#B50CBE

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

Shades of Deep Magenta #B50CBE

Tints of Deep Magenta #B50CBE

Color information

#B50CBE (or 0xB50CBE) is unknown color: approx Deep Magenta. HEX triplet: B5, 0C and BE. RGB value is (181,12,190). Sum of RGB (Red+Green+Blue) = 181+12+190=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #B50CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CBE is #4AF341. Grayscale: #525252. Windows color (decimal): -4911938 or 12455093. OLE color: 12455093.

HSL color Cylindrical-coordinate representation of color #B50CBE: hue angle of 296.97º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CBE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18112190-
CMYK0.050.9400.25
HSL296.97º88.12%39.61%-
HSV(B)296.97º93.68%74.51%-
XYZ28.4813.849.88-
YUV82.82188.49198.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 12 (5.08% from 255) = 3.13%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=47.26%
G=3.13%
B=49.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181121900.050.9400.25296.9788.1239.61
HexB5CBE55E0191295828
Octal26514276513603145113050
Binary1011010111001011111010110111100110011001010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50CBE; }

 p { color: rgb(181,12,190); }

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

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

 a { background-color: rgb(181,12,190); }

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

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

 span { border-color: rgb(181,12,190); }

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