Html Css Color HEX #BE1DBE Deep Magenta

📋 copy color: '#BE1DBE'

red 190 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #BE1DBE

Tints of Deep Magenta #BE1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

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

R = 46.45%
G = 7.09%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE1DBE (or 0xBE1DBE) is known color: Deep Magenta. HEX triplet: BE, 1D and BE. RGB value is (190,29,190). Sum of RGB (Red+Green+Blue) = 190+29+190=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DBE is #41E241. Grayscale: #5F5F5F. Windows color (decimal): -4317762 or 12459454. OLE color: 12459454.

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

Color convert

RGB 190 29 190 -
CMYK 0 0.85 0 0.25
HSL 300º 0.74% 0.43% -
HSV(B) 300º 0.85% 0.75% -
XYZ 30.97 15.54 50.08 -
YUV 95.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 190 29 190 0 0.85 0 0.25 300 0.74 0.43
Hex BE 1D BE 0 55 0 19 12C 4A 2B
Octal 276 35 276 0 125 0 31 454 112 53
Binary 10111110 11101 10111110 0 1010101 0 11001 100101100 1001010 101011

Color Harmonies of #BE1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DBE

Black with #BE1DBE

Text Example


Text Example

White with #BE1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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