#B9278A

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

Shades of Medium Red Violet #B9278A

Tints of Medium Red Violet #B9278A

Color information

#B9278A (or 0xB9278A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 27 and 8A. RGB value is (185,39,138). Sum of RGB (Red+Green+Blue) = 185+39+138=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9278A is #46D875. Grayscale: #5D5D5D. Windows color (decimal): -4642934 or 9054137. OLE color: 9054137.

HSL color Cylindrical-coordinate representation of color #B9278A: hue angle of 319.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9278A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18539138-
CMYK00.790.250.27
HSL319.32º65.18%43.92%-
HSV(B)319.32º78.92%72.55%-
XYZ25.3213.625.34-
YUV93.94152.87192.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 39 (15.62% from 255) = 10.77%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=51.10%
G=10.77%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853913800.790.250.27319.3265.1843.92
HexB9278A04F191B13f412c
Octal271472120117313347710154
Binary10111001100111100010100100111111001110111001111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9278A; }

 p { color: rgb(185,39,138); }

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

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

 a { background-color: rgb(185,39,138); }

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

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

 span { border-color: rgb(185,39,138); }

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