#BD137B

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

Shades of Medium Violet Red #BD137B

Tints of Medium Violet Red #BD137B

Color information

#BD137B (or 0xBD137B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 13 and 7B. RGB value is (189,19,123). Sum of RGB (Red+Green+Blue) = 189+19+123=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD137B is #42EC84. Grayscale: #515151. Windows color (decimal): -4385925 or 8065981. OLE color: 8065981.

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

Color convert

RGB18919123-
CMYK00.900.350.26
HSL323.29º81.73%40.78%-
HSV(B)323.29º89.95%74.12%-
XYZ24.7912.7119.89-
YUV81.69151.32204.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=57.10%
G=5.74%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891912300.900.350.26323.2981.7340.78
HexBD137B05A231A1435229
Octal275231730132433250312251
Binary1011110110011111101101011010100011110101010000111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD137B; }

 p { color: rgb(189,19,123); }

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

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

 a { background-color: rgb(189,19,123); }

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

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

 span { border-color: rgb(189,19,123); }

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