Html Css Color HEX #BE1DC0 Deep Magenta

📋 copy color: '#BE1DC0'

red 190 ◦ green 29 ◦ blue 192

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

Shades of Deep Magenta #BE1DC0

Tints of Deep Magenta #BE1DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 46.23%
G = 7.06%
B = 46.72%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE1DC0 (or 0xBE1DC0) is known color: Deep Magenta. HEX triplet: BE, 1D and C0. RGB value is (190,29,192). Sum of RGB (Red+Green+Blue) = 190+29+192=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE1DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DC0 is #41E23F. Grayscale: #5F5F5F. Windows color (decimal): -4317760 or 12590526. OLE color: 12590526.

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

Color convert

RGB 190 29 192 -
CMYK 0.01 0.85 0 0.25
HSL 299.26º 0.74% 0.43% -
HSV(B) 299.26º 0.85% 0.75% -
XYZ 31.19 15.63 51.24 -
YUV 95.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 190 29 192 0.01 0.85 0 0.25 299.26 0.74 0.43
Hex BE 1D C0 1 55 0 19 12B 4A 2B
Octal 276 35 300 1 125 0 31 453 112 53
Binary 10111110 11101 11000000 1 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BE1DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DC0

Black with #BE1DC0

Text Example


Text Example

White with #BE1DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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