Html Css Color HEX #BE16C0 Deep Magenta

📋 copy color: '#BE16C0'

red 190 ◦ green 22 ◦ blue 192

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

Shades of Deep Magenta #BE16C0

Tints of Deep Magenta #BE16C0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 47.03%
G = 5.45%
B = 47.52%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE16C0 (or 0xBE16C0) is known color: Deep Magenta. HEX triplet: BE, 16 and C0. RGB value is (190,22,192). Sum of RGB (Red+Green+Blue) = 190+22+192=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE16C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16C0 is #41E93F. Grayscale: #5B5B5B. Windows color (decimal): -4319552 or 12588734. OLE color: 12588734.

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

Color convert

RGB 190 22 192 -
CMYK 0.01 0.89 0 0.25
HSL 299.29º 0.79% 0.42% -
HSV(B) 299.29º 0.89% 0.75% -
XYZ 31.04 15.33 51.19 -
YUV 91.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 190 22 192 0.01 0.89 0 0.25 299.29 0.79 0.42
Hex BE 16 C0 1 59 0 19 12B 4F 2A
Octal 276 26 300 1 131 0 31 453 117 52
Binary 10111110 10110 11000000 1 1011001 0 11001 100101011 1001111 101010

Color Harmonies of #BE16C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16C0

Black with #BE16C0

Text Example


Text Example

White with #BE16C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16C0; }

 p { color: rgb(190,22,192); }

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

background-color css

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

 a { background-color: rgb(190,22,192); }

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

border-color css

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

 span { border-color: rgb(190,22,192); }

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