#BD177E

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

Shades of Medium Violet Red #BD177E

Tints of Medium Violet Red #BD177E

Color information

#BD177E (or 0xBD177E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 17 and 7E. RGB value is (189,23,126). Sum of RGB (Red+Green+Blue) = 189+23+126=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD177E is #42E881. Grayscale: #545454. Windows color (decimal): -4384898 or 8263613. OLE color: 8263613.

HSL color Cylindrical-coordinate representation of color #BD177E: hue angle of 322.77º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD177E is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18923126-
CMYK00.880.330.26
HSL322.77º78.3%41.57%-
HSV(B)322.77º87.83%74.12%-
XYZ25.0612.9420.92-
YUV84.38151.5202.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 23 (9.38% from 255) = 6.80%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=55.92%
G=6.80%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892312600.880.330.26322.7778.341.57
HexBD177E058211A1434e2a
Octal275271760130413250311652
Binary1011110110111111111001011000100001110101010000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD177E; }

 p { color: rgb(189,23,126); }

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

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

 a { background-color: rgb(189,23,126); }

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

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

 span { border-color: rgb(189,23,126); }

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