#BD1BBE

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

Shades of Deep Magenta #BD1BBE

Tints of Deep Magenta #BD1BBE

Color information

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

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

Color convert

RGB18927190-
CMYK0.010.8600.25
HSL299.63º75.12%42.55%-
HSV(B)299.63º85.79%74.51%-
XYZ30.6715.3250.06-
YUV94.02182.17195.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189271900.010.8600.25299.6375.1242.55
HexBD1BBE15601912c4b2b
Octal27533276112603145411353
Binary101111011101110111110110101100110011001011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1BBE; }

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

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

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

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

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

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

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

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