Html Css Color HEX #BE00AD Deep Magenta

📋 copy color: '#BE00AD'

red 190 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #BE00AD

Tints of Deep Magenta #BE00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.34%
G = 0%
B = 47.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE00AD (or 0xBE00AD) is known color: Deep Magenta. HEX triplet: BE, 00 and AD. RGB value is (190,0,173). Sum of RGB (Red+Green+Blue) = 190+0+173=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE00AD is #41FF52. Grayscale: #4C4C4C. Windows color (decimal): -4325203 or 11337918. OLE color: 11337918.

HSL color Cylindrical-coordinate representation of color #BE00AD: hue angle of 305.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE00AD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 173 -
CMYK 0 1 0.09 0.25
HSL 305.37º 1% 0.37% -
HSV(B) 305.37º 1% 0.75% -
XYZ 28.78 13.96 40.71 -
YUV 76.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 190 0 173 0 1 0.09 0.25 305.37 1 0.37
Hex BE 0 AD 0 64 9 19 131 64 25
Octal 276 0 255 0 144 11 31 461 144 45
Binary 10111110 0 10101101 0 1100100 1001 11001 100110001 1100100 100101

Color Harmonies of #BE00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00AD

Black with #BE00AD

Text Example


Text Example

White with #BE00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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