#BD1CBA

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

Shades of Deep Magenta #BD1CBA

Tints of Deep Magenta #BD1CBA

Color information

#BD1CBA (or 0xBD1CBA) is unknown color: approx Deep Magenta. HEX triplet: BD, 1C and BA. RGB value is (189,28,186). Sum of RGB (Red+Green+Blue) = 189+28+186=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CBA is #42E345. Grayscale: #5D5D5D. Windows color (decimal): -4383558 or 12197053. OLE color: 12197053.

HSL color Cylindrical-coordinate representation of color #BD1CBA: hue angle of 301.12º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1CBA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18928186-
CMYK00.850.020.26
HSL301.12º74.19%42.55%-
HSV(B)301.12º85.19%74.12%-
XYZ30.2615.1947.79-
YUV94.15179.84195.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 28 (11.33% from 255) = 6.95%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=46.90%
G=6.95%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892818600.850.020.26301.1274.1942.55
HexBD1CBA05521A12d4a2b
Octal27534272012523245511253
Binary1011110111100101110100101010110110101001011011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1CBA; }

 p { color: rgb(189,28,186); }

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

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

 a { background-color: rgb(189,28,186); }

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

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

 span { border-color: rgb(189,28,186); }

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