#BD3A94

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

Shades of Medium Red Violet #BD3A94

Tints of Medium Red Violet #BD3A94

Color information

#BD3A94 (or 0xBD3A94) is unknown color: approx Medium Red Violet. HEX triplet: BD, 3A and 94. RGB value is (189,58,148). Sum of RGB (Red+Green+Blue) = 189+58+148=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3A94 is #42C56B. Grayscale: #6B6B6B. Windows color (decimal): -4375916 or 9714365. OLE color: 9714365.

HSL color Cylindrical-coordinate representation of color #BD3A94: hue angle of 318.78º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3A94 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18958148-
CMYK00.690.220.26
HSL318.78º53.04%48.43%-
HSV(B)318.78º69.31%74.12%-
XYZ27.8415.9829.63-
YUV107.43150.9186.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=47.85%
G=14.68%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895814800.690.220.26318.7853.0448.43
HexBD3A94045161A13f3530
Octal27572224010526324776560
Binary1011110111101010010100010001011011011010100111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A94; }

 p { color: rgb(189,58,148); }

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

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

 a { background-color: rgb(189,58,148); }

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

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

 span { border-color: rgb(189,58,148); }

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