#BE03B8

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

Shades of Deep Magenta #BE03B8

Tints of Deep Magenta #BE03B8

Color information

#BE03B8 (or 0xBE03B8) is unknown color: approx Deep Magenta. HEX triplet: BE, 03 and B8. RGB value is (190,3,184). Sum of RGB (Red+Green+Blue) = 190+3+184=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03B8 is #41FC47. Grayscale: #4F4F4F. Windows color (decimal): -4324424 or 12059582. OLE color: 12059582.

HSL color Cylindrical-coordinate representation of color #BE03B8: hue angle of 301.93º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE03B8 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB1903184-
CMYK00.980.030.25
HSL301.93º96.89%37.84%-
HSV(B)301.93º98.42%74.51%-
XYZ29.9214.4746.56-
YUV79.55186.95206.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=50.40%
G=0.80%
B=48.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190318400.980.030.25301.9396.8937.84
HexBE3B806231912e6126
Octal2763270014233145614146
Binary1011111011101110000110001011110011001011101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE03B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE03B8; }

 p { color: rgb(190,3,184); }

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

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

 a { background-color: rgb(190,3,184); }

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

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

 span { border-color: rgb(190,3,184); }

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