#BE03B1

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

Shades of Deep Magenta #BE03B1

Tints of Deep Magenta #BE03B1

Color information

#BE03B1 (or 0xBE03B1) is unknown color: approx Deep Magenta. HEX triplet: BE, 03 and B1. RGB value is (190,3,177). Sum of RGB (Red+Green+Blue) = 190+3+177=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03B1 is #41FC4E. Grayscale: #4E4E4E. Windows color (decimal): -4324431 or 11600830. OLE color: 11600830.

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

Color convert

RGB1903177-
CMYK00.980.070.25
HSL304.17º96.89%37.84%-
HSV(B)304.17º98.42%74.51%-
XYZ29.214.1942.79-
YUV78.75183.45207.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=51.35%
G=0.81%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190317700.980.070.25304.1796.8937.84
HexBE3B10627191306126
Octal2763261014273146014146
Binary10111110111011000101100010111110011001100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE03B1; }

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

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

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

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

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

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

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

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