#B512B4

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

Shades of Deep Magenta #B512B4

Tints of Deep Magenta #B512B4

Color information

#B512B4 (or 0xB512B4) is unknown color: approx Deep Magenta. HEX triplet: B5, 12 and B4. RGB value is (181,18,180). Sum of RGB (Red+Green+Blue) = 181+18+180=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B512B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512B4 is #4AED4B. Grayscale: #545454. Windows color (decimal): -4910412 or 11801269. OLE color: 11801269.

HSL color Cylindrical-coordinate representation of color #B512B4: hue angle of 300.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512B4 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18118180-
CMYK00.900.010.29
HSL300.37º81.91%39.02%-
HSV(B)300.37º90.06%70.98%-
XYZ27.5113.5544.35-
YUV85.2181.5196.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=47.76%
G=4.75%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811818000.900.010.29300.3781.9139.02
HexB512B405A11D12c5227
Octal26522264013213545412247
Binary101101011001010110100010110101111011001011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B512B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B512B4; }

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

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

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

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

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

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

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

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