#BD3084

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

Shades of Medium Red Violet #BD3084

Tints of Medium Red Violet #BD3084

Color information

#BD3084 (or 0xBD3084) is unknown color: approx Medium Red Violet. HEX triplet: BD, 30 and 84. RGB value is (189,48,132). Sum of RGB (Red+Green+Blue) = 189+48+132=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3084 is #42CF7B. Grayscale: #636363. Windows color (decimal): -4378492 or 8663229. OLE color: 8663229.

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

Color convert

RGB18948132-
CMYK00.750.300.26
HSL324.26º59.49%46.47%-
HSV(B)324.26º74.6%74.12%-
XYZ26.2114.623.27-
YUV99.74146.21191.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 48 (19.14% from 255) = 13.01%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=51.22%
G=13.01%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894813200.750.300.26324.2659.4946.47
HexBD308404B1E1A1443b2e
Octal27560204011336325047356
Binary1011110111000010000100010010111111011010101000100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3084; }

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

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

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

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

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

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

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

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