#BD06C3

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

Shades of Deep Magenta #BD06C3

Tints of Deep Magenta #BD06C3

Color information

#BD06C3 (or 0xBD06C3) is unknown color: approx Deep Magenta. HEX triplet: BD, 06 and C3. RGB value is (189,6,195). Sum of RGB (Red+Green+Blue) = 189+6+195=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD06C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06C3 is #42F93C. Grayscale: #515151. Windows color (decimal): -4389181 or 12781245. OLE color: 12781245.

HSL color Cylindrical-coordinate representation of color #BD06C3: hue angle of 298.1º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06C3 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1896195-
CMYK0.030.9700.24
HSL298.1º94.03%39.41%-
HSV(B)298.1º96.92%76.47%-
XYZ30.914.8952.87-
YUV82.26191.63204.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 195 (76.56% from 255) = 50%
R=48.46%
G=1.54%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18961950.030.9700.24298.194.0339.41
HexBD6C336101812a5e27
Octal2756303314103045213647
Binary10111101110110000111111000010110001001010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD06C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD06C3; }

 p { color: rgb(189,6,195); }

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

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

 a { background-color: rgb(189,6,195); }

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

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

 span { border-color: rgb(189,6,195); }

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