#BD1F75

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

Shades of Medium Violet Red #BD1F75

Tints of Medium Violet Red #BD1F75

Color information

#BD1F75 (or 0xBD1F75) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1F and 75. RGB value is (189,31,117). Sum of RGB (Red+Green+Blue) = 189+31+117=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F75 is #42E08A. Grayscale: #575757. Windows color (decimal): -4382859 or 7675837. OLE color: 7675837.

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

Color convert

RGB18931117-
CMYK00.840.380.26
HSL327.34º71.82%43.14%-
HSV(B)327.34º83.6%74.12%-
XYZ24.6913.0818.05-
YUV88.05144.35200.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 31 (12.5% from 255) = 9.20%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=56.08%
G=9.20%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893111700.840.380.26327.3471.8243.14
HexBD1F75054261A147482b
Octal275371650124463250711053
Binary1011110111111111010101010100100110110101010001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F75; }

 p { color: rgb(189,31,117); }

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

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

 a { background-color: rgb(189,31,117); }

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

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

 span { border-color: rgb(189,31,117); }

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