#BE24B0

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

Shades of Deep Magenta #BE24B0

Tints of Deep Magenta #BE24B0

Color information

#BE24B0 (or 0xBE24B0) is unknown color: approx Deep Magenta. HEX triplet: BE, 24 and B0. RGB value is (190,36,176). Sum of RGB (Red+Green+Blue) = 190+36+176=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE24B0 is #41DB4F. Grayscale: #616161. Windows color (decimal): -4315984 or 11543742. OLE color: 11543742.

HSL color Cylindrical-coordinate representation of color #BE24B0: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE24B0 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19036176-
CMYK00.810.070.25
HSL305.45º68.14%44.31%-
HSV(B)305.45º81.05%74.51%-
XYZ29.715.3442.47-
YUV98.01172.02193.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 36 (14.45% from 255) = 8.96%
BLUE value IS 176 (69.14% from 255) = 43.78%
R=47.26%
G=8.96%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903617600.810.070.25305.4568.1444.31
HexBE24B0051719131442c
Octal27644260012173146110454
Binary101111101001001011000001010001111110011001100011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE24B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE24B0; }

 p { color: rgb(190,36,176); }

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

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

 a { background-color: rgb(190,36,176); }

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

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

 span { border-color: rgb(190,36,176); }

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