Html Css Color HEX #BE0FAD Deep Magenta

📋 copy color: '#BE0FAD'

red 190 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #BE0FAD

Tints of Deep Magenta #BE0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.97%

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

R = 50.26%
G = 3.97%
B = 45.77%

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

#BE0FAD (or 0xBE0FAD) is known color: Deep Magenta. HEX triplet: BE, 0F and AD. RGB value is (190,15,173). Sum of RGB (Red+Green+Blue) = 190+15+173=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FAD is #41F052. Grayscale: #545454. Windows color (decimal): -4321363 or 11341758. OLE color: 11341758.

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

Color convert

RGB 190 15 173 -
CMYK 0 0.92 0.09 0.25
HSL 305.83º 0.85% 0.4% -
HSV(B) 305.83º 0.92% 0.75% -
XYZ 28.95 14.31 40.77 -
YUV 85.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 190 15 173 0 0.92 0.09 0.25 305.83 0.85 0.4
Hex BE F AD 0 5C 9 19 132 55 28
Octal 276 17 255 0 134 11 31 462 125 50
Binary 10111110 1111 10101101 0 1011100 1001 11001 100110010 1010101 101000

Color Harmonies of #BE0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FAD

Black with #BE0FAD

Text Example


Text Example

White with #BE0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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