#BD3D7A

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

Shades of Medium Red Violet #BD3D7A

Tints of Medium Red Violet #BD3D7A

Color information

#BD3D7A (or 0xBD3D7A) is unknown color: approx Medium Red Violet. HEX triplet: BD, 3D and 7A. RGB value is (189,61,122). Sum of RGB (Red+Green+Blue) = 189+61+122=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D7A is #42C285. Grayscale: #6A6A6A. Windows color (decimal): -4375174 or 8011197. OLE color: 8011197.

HSL color Cylindrical-coordinate representation of color #BD3D7A: hue angle of 331.41º degrees, saturation: 0.51, 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 #BD3D7A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18961122-
CMYK00.680.350.26
HSL331.41º51.2%49.02%-
HSV(B)331.41º67.72%74.12%-
XYZ26.1715.5620.04-
YUV106.23136.91187.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=50.81%
G=16.40%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896112200.680.350.26331.4151.249.02
HexBD3D7A044231A14b3331
Octal27575172010443325136361
Binary1011110111110111110100100010010001111010101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D7A; }

 p { color: rgb(189,61,122); }

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

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

 a { background-color: rgb(189,61,122); }

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

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

 span { border-color: rgb(189,61,122); }

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