Html Css Color HEX #BE1DB7 Deep Magenta

📋 copy color: '#BE1DB7'

red 190 ◦ green 29 ◦ blue 183

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

Shades of Deep Magenta #BE1DB7

Tints of Deep Magenta #BE1DB7

RGB

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

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

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

R = 47.26%
G = 7.21%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE1DB7 (or 0xBE1DB7) is known color: Deep Magenta. HEX triplet: BE, 1D and B7. RGB value is (190,29,183). Sum of RGB (Red+Green+Blue) = 190+29+183=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DB7 is #41E248. Grayscale: #5E5E5E. Windows color (decimal): -4317769 or 12000702. OLE color: 12000702.

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

Color convert

RGB 190 29 183 -
CMYK 0 0.85 0.04 0.25
HSL 302.61º 0.74% 0.43% -
HSV(B) 302.61º 0.85% 0.75% -
XYZ 30.22 15.24 46.15 -
YUV 94.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 190 29 183 0 0.85 0.04 0.25 302.61 0.74 0.43
Hex BE 1D B7 0 55 4 19 12F 4A 2B
Octal 276 35 267 0 125 4 31 457 112 53
Binary 10111110 11101 10110111 0 1010101 100 11001 100101111 1001010 101011

Color Harmonies of #BE1DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DB7

Black with #BE1DB7

Text Example


Text Example

White with #BE1DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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