Html Css Color HEX #BE1CB5 Deep Magenta

📋 copy color: '#BE1CB5'

red 190 ◦ green 28 ◦ blue 181

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

Shades of Deep Magenta #BE1CB5

Tints of Deep Magenta #BE1CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.36%

R = 47.62%
G = 7.02%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE1CB5 (or 0xBE1CB5) is known color: Deep Magenta. HEX triplet: BE, 1C and B5. RGB value is (190,28,181). Sum of RGB (Red+Green+Blue) = 190+28+181=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1CB5 is #41E34A. Grayscale: #5D5D5D. Windows color (decimal): -4318027 or 11869374. OLE color: 11869374.

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

Color convert

RGB 190 28 181 -
CMYK 0 0.85 0.05 0.25
HSL 303.33º 0.74% 0.43% -
HSV(B) 303.33º 0.85% 0.75% -
XYZ 29.99 15.11 45.05 -
YUV 93.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 190 28 181 0 0.85 0.05 0.25 303.33 0.74 0.43
Hex BE 1C B5 0 55 5 19 12F 4A 2B
Octal 276 34 265 0 125 5 31 457 112 53
Binary 10111110 11100 10110101 0 1010101 101 11001 100101111 1001010 101011

Color Harmonies of #BE1CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CB5

Black with #BE1CB5

Text Example


Text Example

White with #BE1CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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