#BD3C8B

Color #BD3C8B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BD3C8B

Tints of Medium Red Violet #BD3C8B

Color information

#BD3C8B (or 0xBD3C8B) is unknown color: approx Medium Red Violet. HEX triplet: BD, 3C and 8B. RGB value is (189,60,139). Sum of RGB (Red+Green+Blue) = 189+60+139=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3C8B is #42C374. Grayscale: #6B6B6B. Windows color (decimal): -4375413 or 9125053. OLE color: 9125053.

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

Color convert

RGB18960139-
CMYK00.680.260.26
HSL323.26º51.81%48.82%-
HSV(B)323.26º68.25%74.12%-
XYZ27.2615.9126.06-
YUV107.58145.74186.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=48.71%
G=15.46%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896013900.680.260.26323.2651.8148.82
HexBD3C8B0441A1A1433431
Octal27574213010432325036461
Binary1011110111110010001011010001001101011010101000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3C8B; }

 p { color: rgb(189,60,139); }

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

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

 a { background-color: rgb(189,60,139); }

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

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

 span { border-color: rgb(189,60,139); }

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