Html Css Color HEX #BE1DD8 Deep Magenta

📋 copy color: '#BE1DD8'

red 190 ◦ green 29 ◦ blue 216

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

Shades of Deep Magenta #BE1DD8

Tints of Deep Magenta #BE1DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.66%

R = 43.68%
G = 6.67%
B = 49.66%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE1DD8 (or 0xBE1DD8) is known color: Deep Magenta. HEX triplet: BE, 1D and D8. RGB value is (190,29,216). Sum of RGB (Red+Green+Blue) = 190+29+216=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE1DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DD8 is #41E227. Grayscale: #616161. Windows color (decimal): -4317736 or 14163390. OLE color: 14163390.

HSL color Cylindrical-coordinate representation of color #BE1DD8: hue angle of 291.66º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1DD8 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 29 216 -
CMYK 0.12 0.87 0 0.15
HSL 291.66º 0.76% 0.48% -
HSV(B) 291.66º 0.87% 0.85% -
XYZ 34.07 16.78 66.41 -
YUV 98.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 190 29 216 0.12 0.87 0 0.15 291.66 0.76 0.48
Hex BE 1D D8 C 57 0 F 124 4C 30
Octal 276 35 330 14 127 0 17 444 114 60
Binary 10111110 11101 11011000 1100 1010111 0 1111 100100100 1001100 110000

Color Harmonies of #BE1DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DD8

Black with #BE1DD8

Text Example


Text Example

White with #BE1DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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