Html Css Color HEX #BE03AD Deep Magenta

📋 copy color: '#BE03AD'

red 190 ◦ green 3 ◦ blue 173

#BE03AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE03AD

Tints of Deep Magenta #BE03AD

RGB

 RED value IS 190 (74.61% from 255) = 51.91%

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 51.91%
G = 0.82%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE03AD (or 0xBE03AD) is known color: Deep Magenta. HEX triplet: BE, 03 and AD. RGB value is (190,3,173). Sum of RGB (Red+Green+Blue) = 190+3+173=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE03AD is #41FC52. Grayscale: #4D4D4D. Windows color (decimal): -4324435 or 11338686. OLE color: 11338686.

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

Color convert

RGB 190 3 173 -
CMYK 0 0.98 0.09 0.25
HSL 305.45º 0.97% 0.38% -
HSV(B) 305.45º 0.98% 0.75% -
XYZ 28.81 14.03 40.72 -
YUV 78.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 190 3 173 0 0.98 0.09 0.25 305.45 0.97 0.38
Hex BE 3 AD 0 62 9 19 131 61 26
Octal 276 3 255 0 142 11 31 461 141 46
Binary 10111110 11 10101101 0 1100010 1001 11001 100110001 1100001 100110

Color Harmonies of #BE03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03AD

Black with #BE03AD

Text Example


Text Example

White with #BE03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03AD; }

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

 H1.HeaderClassName
 {
   color: #BE03AD;
 }
 .AnyTagClassName
 {
   color: #BE03AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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