Html Css Color HEX #BE10BE Deep Magenta

📋 copy color: '#BE10BE'

red 190 ◦ green 16 ◦ blue 190

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

Shades of Deep Magenta #BE10BE

Tints of Deep Magenta #BE10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 47.98%
G = 4.04%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE10BE (or 0xBE10BE) is known color: Deep Magenta. HEX triplet: BE, 10 and BE. RGB value is (190,16,190). Sum of RGB (Red+Green+Blue) = 190+16+190=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10BE is #41EF41. Grayscale: #575757. Windows color (decimal): -4321090 or 12456126. OLE color: 12456126.

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

Color convert

RGB 190 16 190 -
CMYK 0 0.92 0 0.25
HSL 300º 0.84% 0.4% -
HSV(B) 300º 0.92% 0.75% -
XYZ 30.71 15.04 50 -
YUV 87.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 190 16 190 0 0.92 0 0.25 300 0.84 0.4
Hex BE 10 BE 0 5C 0 19 12C 54 28
Octal 276 20 276 0 134 0 31 454 124 50
Binary 10111110 10000 10111110 0 1011100 0 11001 100101100 1010100 101000

Color Harmonies of #BE10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10BE

Black with #BE10BE

Text Example


Text Example

White with #BE10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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