#BD278C

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

Shades of Medium Red Violet #BD278C

Tints of Medium Red Violet #BD278C

Color information

#BD278C (or 0xBD278C) is unknown color: approx Medium Red Violet. HEX triplet: BD, 27 and 8C. RGB value is (189,39,140). Sum of RGB (Red+Green+Blue) = 189+39+140=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD278C is #42D873. Grayscale: #5F5F5F. Windows color (decimal): -4380788 or 9185213. OLE color: 9185213.

HSL color Cylindrical-coordinate representation of color #BD278C: hue angle of 319.6º 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 #BD278C is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18939140-
CMYK00.790.260.26
HSL319.6º65.79%44.71%-
HSV(B)319.6º79.37%74.12%-
XYZ26.4514.1626.15-
YUV95.36153.2194.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 39 (15.62% from 255) = 10.60%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=51.36%
G=10.60%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893914000.790.260.26319.665.7944.71
HexBD278C04F1A1A140422d
Octal275472140117323250010255
Binary10111101100111100011000100111111010110101010000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD278C; }

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

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

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

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

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

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

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

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