Html Css Color HEX #BE1BCD Deep Magenta

📋 copy color: '#BE1BCD'

red 190 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #BE1BCD

Tints of Deep Magenta #BE1BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 45.02%
G = 6.4%
B = 48.58%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE1BCD (or 0xBE1BCD) is known color: Deep Magenta. HEX triplet: BE, 1B and CD. RGB value is (190,27,205). Sum of RGB (Red+Green+Blue) = 190+27+205=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BCD is #41E432. Grayscale: #5F5F5F. Windows color (decimal): -4318259 or 13441982. OLE color: 13441982.

HSL color Cylindrical-coordinate representation of color #BE1BCD: hue angle of 294.94º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1BCD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 27 205 -
CMYK 0.07 0.87 0 0.20
HSL 294.94º 0.77% 0.45% -
HSV(B) 294.94º 0.87% 0.8% -
XYZ 32.65 16.14 59.15 -
YUV 96.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 190 27 205 0.07 0.87 0 0.20 294.94 0.77 0.45
Hex BE 1B CD 7 57 0 14 127 4D 2D
Octal 276 33 315 7 127 0 24 447 115 55
Binary 10111110 11011 11001101 111 1010111 0 10100 100100111 1001101 101101

Color Harmonies of #BE1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BCD

Black with #BE1BCD

Text Example


Text Example

White with #BE1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BCD; }

 p { color: rgb(190,27,205); }

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

background-color css

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

 a { background-color: rgb(190,27,205); }

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

border-color css

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

 span { border-color: rgb(190,27,205); }

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