#BE08B6

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

Shades of Deep Magenta #BE08B6

Tints of Deep Magenta #BE08B6

Color information

#BE08B6 (or 0xBE08B6) is unknown color: approx Deep Magenta. HEX triplet: BE, 08 and B6. RGB value is (190,8,182). Sum of RGB (Red+Green+Blue) = 190+8+182=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08B6 is #41F749. Grayscale: #515151. Windows color (decimal): -4323146 or 11929790. OLE color: 11929790.

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

Color convert

RGB1908182-
CMYK00.960.040.25
HSL302.64º91.92%38.82%-
HSV(B)302.64º95.79%74.51%-
XYZ29.7714.545.49-
YUV82.25184.3204.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 2.11%
BLUE value IS 182 (71.48% from 255) = 47.89%
R=50%
G=2.11%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190818200.960.040.25302.6491.9238.82
HexBE8B606041912f5c27
Octal27610266014043145713447
Binary1011111010001011011001100000100110011001011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE08B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE08B6; }

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

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

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

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

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

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

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

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