#B51CC3

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

Shades of Deep Magenta #B51CC3

Tints of Deep Magenta #B51CC3

Color information

#B51CC3 (or 0xB51CC3) is unknown color: approx Deep Magenta. HEX triplet: B5, 1C and C3. RGB value is (181,28,195). Sum of RGB (Red+Green+Blue) = 181+28+195=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #B51CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CC3 is #4AE33C. Grayscale: #5C5C5C. Windows color (decimal): -4907837 or 12786869. OLE color: 12786869.

HSL color Cylindrical-coordinate representation of color #B51CC3: hue angle of 294.97º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51CC3 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18128195-
CMYK0.070.8600.24
HSL294.97º74.89%43.73%-
HSV(B)294.97º85.64%76.47%-
XYZ29.3214.5952.9-
YUV92.79185.69190.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 28 (11.33% from 255) = 6.93%
BLUE value IS 195 (76.56% from 255) = 48.27%
R=44.80%
G=6.93%
B=48.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181281950.070.8600.24294.9774.8943.73
HexB51CC37560181274b2c
Octal26534303712603044711354
Binary10110101111001100001111110101100110001001001111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51CC3; }

 p { color: rgb(181,28,195); }

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

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

 a { background-color: rgb(181,28,195); }

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

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

 span { border-color: rgb(181,28,195); }

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