#B51EC4

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

Shades of Deep Magenta #B51EC4

Tints of Deep Magenta #B51EC4

Color information

#B51EC4 (or 0xB51EC4) is unknown color: approx Deep Magenta. HEX triplet: B5, 1E and C4. RGB value is (181,30,196). Sum of RGB (Red+Green+Blue) = 181+30+196=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 196 (76.95% from 255 or 48.16% from 407); Max value from RGB is 196 - color contains mainly: blue. Hex color #B51EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EC4 is #4AE13B. Grayscale: #5D5D5D. Windows color (decimal): -4907324 or 12852917. OLE color: 12852917.

HSL color Cylindrical-coordinate representation of color #B51EC4: hue angle of 294.58º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51EC4 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18130196-
CMYK0.080.8500.23
HSL294.58º73.45%44.31%-
HSV(B)294.58º84.69%76.86%-
XYZ29.4814.7453.52-
YUV94.07185.53190-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 196 (76.95% from 255) = 48.16%
R=44.47%
G=7.37%
B=48.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181301960.080.8500.23294.5873.4544.31
HexB51EC4855017127492c
Octal265363041012502744711154
Binary101101011111011000100100010101010101111001001111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EC4; }

 p { color: rgb(181,30,196); }

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

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

 a { background-color: rgb(181,30,196); }

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

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

 span { border-color: rgb(181,30,196); }

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