#BE27D2

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

Shades of Deep Magenta #BE27D2

Tints of Deep Magenta #BE27D2

Color information

#BE27D2 (or 0xBE27D2) is unknown color: approx Deep Magenta. HEX triplet: BE, 27 and D2. RGB value is (190,39,210). Sum of RGB (Red+Green+Blue) = 190+39+210=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE27D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE27D2 is #41D82D. Grayscale: #676767. Windows color (decimal): -4315182 or 13772734. OLE color: 13772734.

HSL color Cylindrical-coordinate representation of color #BE27D2: hue angle of 292.98º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE27D2 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19039210-
CMYK0.100.8100.18
HSL292.98º68.67%48.82%-
HSV(B)292.98º81.43%82.35%-
XYZ33.5917.0562.49-
YUV103.64188.03189.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 39 (15.62% from 255) = 8.88%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=43.28%
G=8.88%
B=47.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190392100.100.8100.18292.9868.6748.82
HexBE27D2A510121254531
Octal276473221212102244510561
Binary1011111010011111010010101010100010100101001001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE27D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE27D2; }

 p { color: rgb(190,39,210); }

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

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

 a { background-color: rgb(190,39,210); }

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

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

 span { border-color: rgb(190,39,210); }

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