Html Css Color HEX #BE14B9 Deep Magenta

📋 copy color: '#BE14B9'

red 190 ◦ green 20 ◦ blue 185

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

Shades of Deep Magenta #BE14B9

Tints of Deep Magenta #BE14B9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 48.1%
G = 5.06%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE14B9 (or 0xBE14B9) is known color: Deep Magenta. HEX triplet: BE, 14 and B9. RGB value is (190,20,185). Sum of RGB (Red+Green+Blue) = 190+20+185=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14B9 is #41EB46. Grayscale: #595959. Windows color (decimal): -4320071 or 12129470. OLE color: 12129470.

HSL color Cylindrical-coordinate representation of color #BE14B9: hue angle of 301.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14B9 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 185 -
CMYK 0 0.89 0.03 0.25
HSL 301.76º 0.81% 0.41% -
HSV(B) 301.76º 0.89% 0.75% -
XYZ 30.24 14.95 47.19 -
YUV 89.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 190 20 185 0 0.89 0.03 0.25 301.76 0.81 0.41
Hex BE 14 B9 0 59 3 19 12E 51 29
Octal 276 24 271 0 131 3 31 456 121 51
Binary 10111110 10100 10111001 0 1011001 11 11001 100101110 1010001 101001

Color Harmonies of #BE14B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14B9

Black with #BE14B9

Text Example


Text Example

White with #BE14B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14B9; }

 p { color: rgb(190,20,185); }

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

background-color css

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

 a { background-color: rgb(190,20,185); }

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

border-color css

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

 span { border-color: rgb(190,20,185); }

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