#BD3183

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

Shades of Medium Red Violet #BD3183

Tints of Medium Red Violet #BD3183

Color information

#BD3183 (or 0xBD3183) is unknown color: approx Medium Red Violet. HEX triplet: BD, 31 and 83. RGB value is (189,49,131). Sum of RGB (Red+Green+Blue) = 189+49+131=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3183 is #42CE7C. Grayscale: #646464. Windows color (decimal): -4378237 or 8597949. OLE color: 8597949.

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

Color convert

RGB18949131-
CMYK00.740.310.26
HSL324.86º58.82%46.67%-
HSV(B)324.86º74.07%74.12%-
XYZ26.1814.6522.92-
YUV100.21145.38191.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=51.22%
G=13.28%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894913100.740.310.26324.8658.8246.67
HexBD318304A1F1A1453b2f
Octal27561203011237325057357
Binary1011110111000110000011010010101111111010101000101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3183; }

 p { color: rgb(189,49,131); }

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

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

 a { background-color: rgb(189,49,131); }

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

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

 span { border-color: rgb(189,49,131); }

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