#B018B7

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

Shades of Deep Magenta #B018B7

Tints of Deep Magenta #B018B7

Color information

#B018B7 (or 0xB018B7) is unknown color: approx Deep Magenta. HEX triplet: B0, 18 and B7. RGB value is (176,24,183). Sum of RGB (Red+Green+Blue) = 176+24+183=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #B018B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018B7 is #4FE748. Grayscale: #575757. Windows color (decimal): -5236553 or 11999408. OLE color: 11999408.

HSL color Cylindrical-coordinate representation of color #B018B7: hue angle of 297.36º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B018B7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17624183-
CMYK0.040.8700.28
HSL297.36º76.81%40.59%-
HSV(B)297.36º86.89%71.76%-
XYZ26.7813.345.96-
YUV87.57181.86191.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 183 (71.88% from 255) = 47.78%
R=45.95%
G=6.27%
B=47.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176241830.040.8700.28297.3676.8140.59
HexB018B745701C1294d29
Octal26030267412703445111551
Binary10110000110001011011110010101110111001001010011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B018B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B018B7; }

 p { color: rgb(176,24,183); }

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

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

 a { background-color: rgb(176,24,183); }

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

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

 span { border-color: rgb(176,24,183); }

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