Html Css Color HEX #BE13BE Deep Magenta

📋 copy color: '#BE13BE'

red 190 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #BE13BE

Tints of Deep Magenta #BE13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 47.62%
G = 4.76%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE13BE (or 0xBE13BE) is known color: Deep Magenta. HEX triplet: BE, 13 and BE. RGB value is (190,19,190). Sum of RGB (Red+Green+Blue) = 190+19+190=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13BE is #41EC41. Grayscale: #595959. Windows color (decimal): -4320322 or 12456894. OLE color: 12456894.

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

Color convert

RGB 190 19 190 -
CMYK 0 0.90 0 0.25
HSL 300º 0.82% 0.41% -
HSV(B) 300º 0.9% 0.75% -
XYZ 30.76 15.13 50.01 -
YUV 89.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 190 19 190 0 0.90 0 0.25 300 0.82 0.41
Hex BE 13 BE 0 5A 0 19 12C 52 29
Octal 276 23 276 0 132 0 31 454 122 51
Binary 10111110 10011 10111110 0 1011010 0 11001 100101100 1010010 101001

Color Harmonies of #BE13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13BE

Black with #BE13BE

Text Example


Text Example

White with #BE13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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