#BD3690

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

Shades of Medium Red Violet #BD3690

Tints of Medium Red Violet #BD3690

Color information

#BD3690 (or 0xBD3690) is unknown color: approx Medium Red Violet. HEX triplet: BD, 36 and 90. RGB value is (189,54,144). Sum of RGB (Red+Green+Blue) = 189+54+144=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3690 is #42C96F. Grayscale: #686868. Windows color (decimal): -4376944 or 9451197. OLE color: 9451197.

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

Color convert

RGB18954144-
CMYK00.710.240.26
HSL320º55.56%47.65%-
HSV(B)320º71.43%74.12%-
XYZ27.3415.4727.93-
YUV104.62150.23188.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=48.84%
G=13.95%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895414400.710.240.2632055.5647.65
HexBD3690047181A1403830
Octal27566220010730325007060
Binary1011110111011010010000010001111100011010101000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3690; }

 p { color: rgb(189,54,144); }

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

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

 a { background-color: rgb(189,54,144); }

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

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

 span { border-color: rgb(189,54,144); }

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