Html Css Color HEX #BE10AD Deep Magenta

📋 copy color: '#BE10AD'

red 190 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #BE10AD

Tints of Deep Magenta #BE10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 50.13%
G = 4.22%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE10AD (or 0xBE10AD) is known color: Deep Magenta. HEX triplet: BE, 10 and AD. RGB value is (190,16,173). Sum of RGB (Red+Green+Blue) = 190+16+173=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10AD is #41EF52. Grayscale: #555555. Windows color (decimal): -4321107 or 11342014. OLE color: 11342014.

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

Color convert

RGB 190 16 173 -
CMYK 0 0.92 0.09 0.25
HSL 305.86º 0.84% 0.4% -
HSV(B) 305.86º 0.92% 0.75% -
XYZ 28.96 14.33 40.78 -
YUV 85.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 190 16 173 0 0.92 0.09 0.25 305.86 0.84 0.4
Hex BE 10 AD 0 5C 9 19 132 54 28
Octal 276 20 255 0 134 11 31 462 124 50
Binary 10111110 10000 10101101 0 1011100 1001 11001 100110010 1010100 101000

Color Harmonies of #BE10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10AD

Black with #BE10AD

Text Example


Text Example

White with #BE10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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