Html Css Color HEX #BE1CC2 Deep Magenta

📋 copy color: '#BE1CC2'

red 190 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #BE1CC2

Tints of Deep Magenta #BE1CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 46.12%
G = 6.8%
B = 47.09%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE1CC2 (or 0xBE1CC2) is known color: Deep Magenta. HEX triplet: BE, 1C and C2. RGB value is (190,28,194). Sum of RGB (Red+Green+Blue) = 190+28+194=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE1CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CC2 is #41E33D. Grayscale: #5E5E5E. Windows color (decimal): -4318014 or 12721342. OLE color: 12721342.

HSL color Cylindrical-coordinate representation of color #BE1CC2: hue angle of 298.55º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1CC2 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 28 194 -
CMYK 0.02 0.86 0 0.24
HSL 298.55º 0.75% 0.44% -
HSV(B) 298.55º 0.86% 0.76% -
XYZ 31.39 15.67 52.41 -
YUV 95.36 183.67 195.5 -
System Red Green Blue C M Y K H S L
Decimal 190 28 194 0.02 0.86 0 0.24 298.55 0.75 0.44
Hex BE 1C C2 2 56 0 18 12B 4B 2C
Octal 276 34 302 2 126 0 30 453 113 54
Binary 10111110 11100 11000010 10 1010110 0 11000 100101011 1001011 101100

Color Harmonies of #BE1CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CC2

Black with #BE1CC2

Text Example


Text Example

White with #BE1CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CC2; }

 p { color: rgb(190,28,194); }

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

background-color css

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

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

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

border-color css

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

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

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