Html Css Color HEX #BE1ECB Deep Magenta

📋 copy color: '#BE1ECB'

red 190 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #BE1ECB

Tints of Deep Magenta #BE1ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 44.92%
G = 7.09%
B = 47.99%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE1ECB (or 0xBE1ECB) is known color: Deep Magenta. HEX triplet: BE, 1E and CB. RGB value is (190,30,203). Sum of RGB (Red+Green+Blue) = 190+30+203=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1ECB is #41E134. Grayscale: #616161. Windows color (decimal): -4317493 or 13311678. OLE color: 13311678.

HSL color Cylindrical-coordinate representation of color #BE1ECB: hue angle of 295.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1ECB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 30 203 -
CMYK 0.06 0.85 0 0.20
HSL 295.49º 0.74% 0.46% -
HSV(B) 295.49º 0.85% 0.8% -
XYZ 32.48 16.19 57.91 -
YUV 97.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 190 30 203 0.06 0.85 0 0.20 295.49 0.74 0.46
Hex BE 1E CB 6 55 0 14 127 4A 2E
Octal 276 36 313 6 125 0 24 447 112 56
Binary 10111110 11110 11001011 110 1010101 0 10100 100100111 1001010 101110

Color Harmonies of #BE1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1ECB

Black with #BE1ECB

Text Example


Text Example

White with #BE1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1ECB; }

 p { color: rgb(190,30,203); }

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

background-color css

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

 a { background-color: rgb(190,30,203); }

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

border-color css

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

 span { border-color: rgb(190,30,203); }

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