Html Css Color HEX #BE09AD Deep Magenta

📋 copy color: '#BE09AD'

red 190 ◦ green 9 ◦ blue 173

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

Shades of Deep Magenta #BE09AD

Tints of Deep Magenta #BE09AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 51.08%
G = 2.42%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE09AD (or 0xBE09AD) is known color: Deep Magenta. HEX triplet: BE, 09 and AD. RGB value is (190,9,173). Sum of RGB (Red+Green+Blue) = 190+9+173=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE09AD is #41F652. Grayscale: #515151. Windows color (decimal): -4322899 or 11340222. OLE color: 11340222.

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

Color convert

RGB 190 9 173 -
CMYK 0 0.95 0.09 0.25
HSL 305.64º 0.91% 0.39% -
HSV(B) 305.64º 0.95% 0.75% -
XYZ 28.88 14.16 40.75 -
YUV 81.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 190 9 173 0 0.95 0.09 0.25 305.64 0.91 0.39
Hex BE 9 AD 0 5F 9 19 132 5B 27
Octal 276 11 255 0 137 11 31 462 133 47
Binary 10111110 1001 10101101 0 1011111 1001 11001 100110010 1011011 100111

Color Harmonies of #BE09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09AD

Black with #BE09AD

Text Example


Text Example

White with #BE09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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