Html Css Color HEX #BE0CAC Deep Magenta

📋 copy color: '#BE0CAC'

red 190 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #BE0CAC

Tints of Deep Magenta #BE0CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.21%

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

R = 50.8%
G = 3.21%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE0CAC (or 0xBE0CAC) is known color: Deep Magenta. HEX triplet: BE, 0C and AC. RGB value is (190,12,172). Sum of RGB (Red+Green+Blue) = 190+12+172=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CAC is #41F353. Grayscale: #535353. Windows color (decimal): -4322132 or 11275454. OLE color: 11275454.

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

Color convert

RGB 190 12 172 -
CMYK 0 0.94 0.09 0.25
HSL 306.07º 0.88% 0.4% -
HSV(B) 306.07º 0.94% 0.75% -
XYZ 28.81 14.19 40.25 -
YUV 83.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 190 12 172 0 0.94 0.09 0.25 306.07 0.88 0.4
Hex BE C AC 0 5E 9 19 132 58 28
Octal 276 14 254 0 136 11 31 462 130 50
Binary 10111110 1100 10101100 0 1011110 1001 11001 100110010 1011000 101000

Color Harmonies of #BE0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CAC

Black with #BE0CAC

Text Example


Text Example

White with #BE0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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