#BE1BBD

Color #BE1BBD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BE1BBD

Tints of Deep Magenta #BE1BBD

Color information

#BE1BBD (or 0xBE1BBD) is unknown color: approx Deep Magenta. HEX triplet: BE, 1B and BD. RGB value is (190,27,189). Sum of RGB (Red+Green+Blue) = 190+27+189=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BBD is #41E442. Grayscale: #5D5D5D. Windows color (decimal): -4318275 or 12393406. OLE color: 12393406.

HSL color Cylindrical-coordinate representation of color #BE1BBD: hue angle of 300.37º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1BBD is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19027189-
CMYK00.860.010.25
HSL300.37º75.12%42.55%-
HSV(B)300.37º85.79%74.51%-
XYZ30.8115.4149.49-
YUV94.2181.5196.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 27 (10.94% from 255) = 6.65%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=46.80%
G=6.65%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902718900.860.010.25300.3775.1242.55
HexBE1BBD05611912c4b2b
Octal27633275012613145411353
Binary101111101101110111101010101101110011001011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1BBD; }

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

 H1.HeaderClassName
 {
   color: #BE1BBD;
 }
 .AnyTagClassName
 {
   color: #BE1BBD;
 }
</style>
background-color css

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

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

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

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

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

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