Html Css Color HEX #BE16CD Deep Magenta

📋 copy color: '#BE16CD'

red 190 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #BE16CD

Tints of Deep Magenta #BE16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 45.56%
G = 5.28%
B = 49.16%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE16CD (or 0xBE16CD) is known color: Deep Magenta. HEX triplet: BE, 16 and CD. RGB value is (190,22,205). Sum of RGB (Red+Green+Blue) = 190+22+205=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16CD is #41E932. Grayscale: #5C5C5C. Windows color (decimal): -4319539 or 13440702. OLE color: 13440702.

HSL color Cylindrical-coordinate representation of color #BE16CD: hue angle of 295.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE16CD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 22 205 -
CMYK 0.07 0.89 0 0.20
HSL 295.08º 0.81% 0.45% -
HSV(B) 295.08º 0.89% 0.8% -
XYZ 32.54 15.93 59.12 -
YUV 93.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 190 22 205 0.07 0.89 0 0.20 295.08 0.81 0.45
Hex BE 16 CD 7 59 0 14 127 51 2D
Octal 276 26 315 7 131 0 24 447 121 55
Binary 10111110 10110 11001101 111 1011001 0 10100 100100111 1010001 101101

Color Harmonies of #BE16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16CD

Black with #BE16CD

Text Example


Text Example

White with #BE16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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