Html Css Color HEX #BE16C2 Deep Magenta

📋 copy color: '#BE16C2'

red 190 ◦ green 22 ◦ blue 194

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

Shades of Deep Magenta #BE16C2

Tints of Deep Magenta #BE16C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.78%

R = 46.8%
G = 5.42%
B = 47.78%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE16C2 (or 0xBE16C2) is known color: Deep Magenta. HEX triplet: BE, 16 and C2. RGB value is (190,22,194). Sum of RGB (Red+Green+Blue) = 190+22+194=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE16C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16C2 is #41E93D. Grayscale: #5B5B5B. Windows color (decimal): -4319550 or 12719806. OLE color: 12719806.

HSL color Cylindrical-coordinate representation of color #BE16C2: hue angle of 298.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE16C2 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 22 194 -
CMYK 0.02 0.89 0 0.24
HSL 298.6º 0.8% 0.42% -
HSV(B) 298.6º 0.89% 0.76% -
XYZ 31.26 15.42 52.37 -
YUV 91.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 190 22 194 0.02 0.89 0 0.24 298.6 0.8 0.42
Hex BE 16 C2 2 59 0 18 12B 50 2A
Octal 276 26 302 2 131 0 30 453 120 52
Binary 10111110 10110 11000010 10 1011001 0 11000 100101011 1010000 101010

Color Harmonies of #BE16C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16C2

Black with #BE16C2

Text Example


Text Example

White with #BE16C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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