#BE08D1

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

Shades of Deep Magenta #BE08D1

Tints of Deep Magenta #BE08D1

Color information

#BE08D1 (or 0xBE08D1) is unknown color: approx Deep Magenta. HEX triplet: BE, 08 and D1. RGB value is (190,8,209). Sum of RGB (Red+Green+Blue) = 190+8+209=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE08D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08D1 is #41F72E. Grayscale: #545454. Windows color (decimal): -4323119 or 13699262. OLE color: 13699262.

HSL color Cylindrical-coordinate representation of color #BE08D1: hue angle of 294.33º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08D1 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1908209-
CMYK0.090.9600.18
HSL294.33º92.63%42.55%-
HSV(B)294.33º96.17%81.96%-
XYZ32.8315.7261.63-
YUV85.33197.8202.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 209 (82.03% from 255) = 51.35%
R=46.68%
G=1.97%
B=51.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19082090.090.9600.18294.3392.6342.55
HexBE8D19600121265d2b
Octal276103211114002244613553
Binary10111110100011010001100111000000100101001001101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE08D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE08D1; }

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

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

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

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

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

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

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

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