#B618B1

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

Shades of Deep Magenta #B618B1

Tints of Deep Magenta #B618B1

Color information

#B618B1 (or 0xB618B1) is unknown color: approx Deep Magenta. HEX triplet: B6, 18 and B1. RGB value is (182,24,177). Sum of RGB (Red+Green+Blue) = 182+24+177=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B618B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618B1 is #49E74E. Grayscale: #585858. Windows color (decimal): -4843343 or 11606198. OLE color: 11606198.

HSL color Cylindrical-coordinate representation of color #B618B1: hue angle of 301.9º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618B1 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18224177-
CMYK00.870.030.29
HSL301.9º76.7%40.39%-
HSV(B)301.9º86.81%71.37%-
XYZ27.5513.7742.8-
YUV88.68177.85194.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=47.52%
G=6.27%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822417700.870.030.29301.976.740.39
HexB618B105731D12e4d28
Octal26630261012733545611550
Binary1011011011000101100010101011111111011001011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B618B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B618B1; }

 p { color: rgb(182,24,177); }

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

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

 a { background-color: rgb(182,24,177); }

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

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

 span { border-color: rgb(182,24,177); }

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