#BD1CCB

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

Shades of Deep Magenta #BD1CCB

Tints of Deep Magenta #BD1CCB

Color information

#BD1CCB (or 0xBD1CCB) is unknown color: approx Deep Magenta. HEX triplet: BD, 1C and CB. RGB value is (189,28,203). Sum of RGB (Red+Green+Blue) = 189+28+203=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CCB is #42E334. Grayscale: #5F5F5F. Windows color (decimal): -4383541 or 13311165. OLE color: 13311165.

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

Color convert

RGB18928203-
CMYK0.070.8600.20
HSL295.2º75.76%45.29%-
HSV(B)295.2º86.21%79.61%-
XYZ32.1815.9657.88-
YUV96.09188.34194.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 28 (11.33% from 255) = 6.67%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=45%
G=6.67%
B=48.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189282030.070.8600.20295.275.7645.29
HexBD1CCB7560141274c2d
Octal27534313712602444711455
Binary10111101111001100101111110101100101001001001111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1CCB; }

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

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

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

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

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

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

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

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