Html Css Color HEX #BE10C0 Deep Magenta

📋 copy color: '#BE10C0'

red 190 ◦ green 16 ◦ blue 192

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

Shades of Deep Magenta #BE10C0

Tints of Deep Magenta #BE10C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 47.74%
G = 4.02%
B = 48.24%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE10C0 (or 0xBE10C0) is known color: Deep Magenta. HEX triplet: BE, 10 and C0. RGB value is (190,16,192). Sum of RGB (Red+Green+Blue) = 190+16+192=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10C0 is #41EF3F. Grayscale: #575757. Windows color (decimal): -4321088 or 12587198. OLE color: 12587198.

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

Color convert

RGB 190 16 192 -
CMYK 0.01 0.92 0 0.25
HSL 299.32º 0.85% 0.41% -
HSV(B) 299.32º 0.92% 0.75% -
XYZ 30.93 15.12 51.16 -
YUV 88.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 190 16 192 0.01 0.92 0 0.25 299.32 0.85 0.41
Hex BE 10 C0 1 5C 0 19 12B 55 29
Octal 276 20 300 1 134 0 31 453 125 51
Binary 10111110 10000 11000000 1 1011100 0 11001 100101011 1010101 101001

Color Harmonies of #BE10C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10C0

Black with #BE10C0

Text Example


Text Example

White with #BE10C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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