Html Css Color HEX #BE1DB0 Deep Magenta

📋 copy color: '#BE1DB0'

red 190 ◦ green 29 ◦ blue 176

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

Shades of Deep Magenta #BE1DB0

Tints of Deep Magenta #BE1DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 48.1%
G = 7.34%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE1DB0 (or 0xBE1DB0) is known color: Deep Magenta. HEX triplet: BE, 1D and B0. RGB value is (190,29,176). Sum of RGB (Red+Green+Blue) = 190+29+176=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DB0 is #41E24F. Grayscale: #5D5D5D. Windows color (decimal): -4317776 or 11541950. OLE color: 11541950.

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

Color convert

RGB 190 29 176 -
CMYK 0 0.85 0.07 0.25
HSL 305.22º 0.74% 0.43% -
HSV(B) 305.22º 0.85% 0.75% -
XYZ 29.51 14.96 42.41 -
YUV 93.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 190 29 176 0 0.85 0.07 0.25 305.22 0.74 0.43
Hex BE 1D B0 0 55 7 19 131 4A 2B
Octal 276 35 260 0 125 7 31 461 112 53
Binary 10111110 11101 10110000 0 1010101 111 11001 100110001 1001010 101011

Color Harmonies of #BE1DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DB0

Black with #BE1DB0

Text Example


Text Example

White with #BE1DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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