Html Css Color HEX #BE13B7 Deep Magenta

📋 copy color: '#BE13B7'

red 190 ◦ green 19 ◦ blue 183

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

Shades of Deep Magenta #BE13B7

Tints of Deep Magenta #BE13B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.68%

R = 48.47%
G = 4.85%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE13B7 (or 0xBE13B7) is known color: Deep Magenta. HEX triplet: BE, 13 and B7. RGB value is (190,19,183). Sum of RGB (Red+Green+Blue) = 190+19+183=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13B7 is #41EC48. Grayscale: #585858. Windows color (decimal): -4320329 or 11998142. OLE color: 11998142.

HSL color Cylindrical-coordinate representation of color #BE13B7: hue angle of 302.46º 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 #BE13B7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 183 -
CMYK 0 0.90 0.04 0.25
HSL 302.46º 0.82% 0.41% -
HSV(B) 302.46º 0.9% 0.75% -
XYZ 30.02 14.83 46.08 -
YUV 88.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 190 19 183 0 0.90 0.04 0.25 302.46 0.82 0.41
Hex BE 13 B7 0 5A 4 19 12E 52 29
Octal 276 23 267 0 132 4 31 456 122 51
Binary 10111110 10011 10110111 0 1011010 100 11001 100101110 1010010 101001

Color Harmonies of #BE13B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13B7

Black with #BE13B7

Text Example


Text Example

White with #BE13B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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