#BD148D

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

Shades of Medium Violet Red #BD148D

Tints of Medium Violet Red #BD148D

Color information

#BD148D (or 0xBD148D) is unknown color: approx Medium Violet Red. HEX triplet: BD, 14 and 8D. RGB value is (189,20,141). Sum of RGB (Red+Green+Blue) = 189+20+141=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148D is #42EB72. Grayscale: #545454. Windows color (decimal): -4385651 or 9245885. OLE color: 9245885.

HSL color Cylindrical-coordinate representation of color #BD148D: hue angle of 317.04º 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 #BD148D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18920141-
CMYK00.890.250.26
HSL317.04º80.86%40.98%-
HSV(B)317.04º89.42%74.12%-
XYZ26.0413.2426.38-
YUV84.32159.99202.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=54%
G=5.71%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892014100.890.250.26317.0480.8640.98
HexBD148D059191A13d5129
Octal275242150131313247512151
Binary1011110110100100011010101100111001110101001111011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD148D; }

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

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

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

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

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

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

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

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