#BE08B7

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

Shades of Deep Magenta #BE08B7

Tints of Deep Magenta #BE08B7

Color information

#BE08B7 (or 0xBE08B7) is unknown color: approx Deep Magenta. HEX triplet: BE, 08 and B7. RGB value is (190,8,183). Sum of RGB (Red+Green+Blue) = 190+8+183=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08B7 is #41F748. Grayscale: #515151. Windows color (decimal): -4323145 or 11995326. OLE color: 11995326.

HSL color Cylindrical-coordinate representation of color #BE08B7: hue angle of 302.31º 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 #BE08B7 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB1908183-
CMYK00.960.040.25
HSL302.31º91.92%38.82%-
HSV(B)302.31º95.79%74.51%-
XYZ29.8714.5446.03-
YUV82.37184.8204.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 8 (3.52% from 255) = 2.10%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=49.87%
G=2.10%
B=48.03%

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
Decimal190818300.960.040.25302.3191.9238.82
HexBE8B706041912e5c27
Octal27610267014043145613447
Binary1011111010001011011101100000100110011001011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE08B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE08B7; }

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

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

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

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

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

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

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

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