#BD148C

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

Shades of Medium Violet Red #BD148C

Tints of Medium Violet Red #BD148C

Color information

#BD148C (or 0xBD148C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 14 and 8C. RGB value is (189,20,140). Sum of RGB (Red+Green+Blue) = 189+20+140=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148C is #42EB73. Grayscale: #535353. Windows color (decimal): -4385652 or 9180349. OLE color: 9180349.

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

Color convert

RGB18920140-
CMYK00.890.260.26
HSL317.4º80.86%40.98%-
HSV(B)317.4º89.42%74.12%-
XYZ25.9713.2125.99-
YUV84.21159.49202.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 20 (8.20% from 255) = 5.73%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=54.15%
G=5.73%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892014000.890.260.26317.480.8640.98
HexBD148C0591A1A13d5129
Octal275242140131323247512151
Binary1011110110100100011000101100111010110101001111011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD148C; }

 p { color: rgb(189,20,140); }

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

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

 a { background-color: rgb(189,20,140); }

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

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

 span { border-color: rgb(189,20,140); }

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