#BD1484

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

Shades of Medium Violet Red #BD1484

Tints of Medium Violet Red #BD1484

Color information

#BD1484 (or 0xBD1484) is unknown color: approx Medium Violet Red. HEX triplet: BD, 14 and 84. RGB value is (189,20,132). Sum of RGB (Red+Green+Blue) = 189+20+132=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1484 is #42EB7B. Grayscale: #535353. Windows color (decimal): -4385660 or 8656061. OLE color: 8656061.

HSL color Cylindrical-coordinate representation of color #BD1484: hue angle of 320.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1484 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB18920132-
CMYK00.890.300.26
HSL320.24º80.86%40.98%-
HSV(B)320.24º89.42%74.12%-
XYZ25.412.9923-
YUV83.3155.49203.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=55.43%
G=5.87%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892013200.890.300.26320.2480.8640.98
HexBD14840591E1A1405129
Octal275242040131363250012151
Binary1011110110100100001000101100111110110101010000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1484; }

 p { color: rgb(189,20,132); }

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

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

 a { background-color: rgb(189,20,132); }

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

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

 span { border-color: rgb(189,20,132); }

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