#BE18B6

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

Shades of Deep Magenta #BE18B6

Tints of Deep Magenta #BE18B6

Color information

#BE18B6 (or 0xBE18B6) is unknown color: approx Deep Magenta. HEX triplet: BE, 18 and B6. RGB value is (190,24,182). Sum of RGB (Red+Green+Blue) = 190+24+182=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18B6 is #41E749. Grayscale: #5B5B5B. Windows color (decimal): -4319050 or 11933886. OLE color: 11933886.

HSL color Cylindrical-coordinate representation of color #BE18B6: hue angle of 302.89º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE18B6 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19024182-
CMYK00.870.040.25
HSL302.89º77.57%41.96%-
HSV(B)302.89º87.37%74.51%-
XYZ30.0114.9845.57-
YUV91.65179198.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 24 (9.77% from 255) = 6.06%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=47.98%
G=6.06%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902418200.870.040.25302.8977.5741.96
HexBE18B605741912f4e2a
Octal27630266012743145711652
Binary10111110110001011011001010111100110011001011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE18B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE18B6; }

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

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

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

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

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

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

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

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