#B50ADB

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

Shades of Deep Magenta #B50ADB

Tints of Deep Magenta #B50ADB

Color information

#B50ADB (or 0xB50ADB) is unknown color: approx Deep Magenta. HEX triplet: B5, 0A and DB. RGB value is (181,10,219). Sum of RGB (Red+Green+Blue) = 181+10+219=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #B50ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ADB is #4AF524. Grayscale: #545454. Windows color (decimal): -4912421 or 14355125. OLE color: 14355125.

HSL color Cylindrical-coordinate representation of color #B50ADB: hue angle of 289.09º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ADB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18110219-
CMYK0.170.9500.14
HSL289.09º91.27%44.9%-
HSV(B)289.09º95.43%85.88%-
XYZ31.9515.1668.26-
YUV84.96203.65196.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 10 (4.30% from 255) = 2.44%
BLUE value IS 219 (85.94% from 255) = 53.41%
R=44.15%
G=2.44%
B=53.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181102190.170.9500.14289.0991.2744.9
HexB5ADB115F0E1215b2d
Octal265123332113701644113355
Binary10110101101011011011100011011111011101001000011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50ADB; }

 p { color: rgb(181,10,219); }

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

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

 a { background-color: rgb(181,10,219); }

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

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

 span { border-color: rgb(181,10,219); }

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