Html Css Color HEX #BE0FAC Deep Magenta

📋 copy color: '#BE0FAC'

red 190 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #BE0FAC

Tints of Deep Magenta #BE0FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 50.4%
G = 3.98%
B = 45.62%

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

#BE0FAC (or 0xBE0FAC) is known color: Deep Magenta. HEX triplet: BE, 0F and AC. RGB value is (190,15,172). Sum of RGB (Red+Green+Blue) = 190+15+172=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FAC is #41F053. Grayscale: #545454. Windows color (decimal): -4321364 or 11276222. OLE color: 11276222.

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

Color convert

RGB 190 15 172 -
CMYK 0 0.92 0.09 0.25
HSL 306.17º 0.85% 0.4% -
HSV(B) 306.17º 0.92% 0.75% -
XYZ 28.85 14.27 40.26 -
YUV 85.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 190 15 172 0 0.92 0.09 0.25 306.17 0.85 0.4
Hex BE F AC 0 5C 9 19 132 55 28
Octal 276 17 254 0 134 11 31 462 125 50
Binary 10111110 1111 10101100 0 1011100 1001 11001 100110010 1010101 101000

Color Harmonies of #BE0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FAC

Black with #BE0FAC

Text Example


Text Example

White with #BE0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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