#BD196C

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

Shades of Medium Violet Red #BD196C

Tints of Medium Violet Red #BD196C

Color information

#BD196C (or 0xBD196C) is unknown color: approx Medium Violet Red. HEX triplet: BD, 19 and 6C. RGB value is (189,25,108). Sum of RGB (Red+Green+Blue) = 189+25+108=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD196C is #42E693. Grayscale: #535353. Windows color (decimal): -4384404 or 7084477. OLE color: 7084477.

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

Color convert

RGB18925108-
CMYK00.870.430.26
HSL329.63º76.64%41.96%-
HSV(B)329.63º86.77%74.12%-
XYZ24.0412.615.35-
YUV83.5141.83203.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=58.70%
G=7.76%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892510800.870.430.26329.6376.6441.96
HexBD196C0572B1A14a4d2a
Octal275311540127533251211552
Binary1011110111001110110001010111101011110101010010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD196C; }

 p { color: rgb(189,25,108); }

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

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

 a { background-color: rgb(189,25,108); }

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

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

 span { border-color: rgb(189,25,108); }

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