#BD1F7A

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

Shades of Medium Violet Red #BD1F7A

Tints of Medium Violet Red #BD1F7A

Color information

#BD1F7A (or 0xBD1F7A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1F and 7A. RGB value is (189,31,122). Sum of RGB (Red+Green+Blue) = 189+31+122=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F7A is #42E085. Grayscale: #585858. Windows color (decimal): -4382854 or 8003517. OLE color: 8003517.

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

Color convert

RGB18931122-
CMYK00.840.350.26
HSL325.44º71.82%43.14%-
HSV(B)325.44º83.6%74.12%-
XYZ24.9913.219.64-
YUV88.62146.85199.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=55.26%
G=9.06%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893112200.840.350.26325.4471.8243.14
HexBD1F7A054231A145482b
Octal275371720124433250511053
Binary1011110111111111101001010100100011110101010001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1F7A; }

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

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

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

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

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

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

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

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