#BD2779

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

Shades of Medium Red Violet #BD2779

Tints of Medium Red Violet #BD2779

Color information

#BD2779 (or 0xBD2779) is unknown color: approx Medium Red Violet. HEX triplet: BD, 27 and 79. RGB value is (189,39,121). Sum of RGB (Red+Green+Blue) = 189+39+121=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2779 is #42D886. Grayscale: #5D5D5D. Windows color (decimal): -4380807 or 7940029. OLE color: 7940029.

HSL color Cylindrical-coordinate representation of color #BD2779: hue angle of 327.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2779 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18939121-
CMYK00.790.360.26
HSL327.2º65.79%44.71%-
HSV(B)327.2º79.37%74.12%-
XYZ25.1613.6519.4-
YUV93.2143.7196.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=54.15%
G=11.17%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893912100.790.360.26327.265.7944.71
HexBD277904F241A147422d
Octal275471710117443250710255
Binary10111101100111111100101001111100100110101010001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2779; }

 p { color: rgb(189,39,121); }

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

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

 a { background-color: rgb(189,39,121); }

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

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

 span { border-color: rgb(189,39,121); }

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