#bd1cd0

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

Shades of Deep Magenta #BD1CD0

Tints of Deep Magenta #BD1CD0

Color information

#BD1CD0 (or 0xBD1CD0) is unknown color: approx Deep Magenta. HEX triplet: BD, 1C and D0. RGB value is (189,28,208). Sum of RGB (Red+Green+Blue) = 189+28+208=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD1CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CD0 is #42E32F. Grayscale: #606060. Windows color (decimal): -4383536 or 13638845. OLE color: 13638845.

HSL color Cylindrical-coordinate representation of color #BD1CD0: hue angle of 293.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1CD0 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18928208-
CMYK0.090.8700.18
HSL293.67º76.27%46.27%-
HSV(B)293.67º86.54%81.57%-
XYZ32.7916.261.07-
YUV96.66190.84193.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 28 (11.33% from 255) = 6.59%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=44.47%
G=6.59%
B=48.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189282080.090.8700.18293.6776.2746.27
HexBD1CD09570121264c2e
Octal275343201112702244611456
Binary101111011110011010000100110101110100101001001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd1cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd1cd0; }

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

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

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

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

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

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

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

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