#B9279D

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

Shades of Medium Red Violet #B9279D

Tints of Medium Red Violet #B9279D

Color information

#B9279D (or 0xB9279D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 27 and 9D. RGB value is (185,39,157). Sum of RGB (Red+Green+Blue) = 185+39+157=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9279D is #46D862. Grayscale: #5F5F5F. Windows color (decimal): -4642915 or 10299321. OLE color: 10299321.

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

Color convert

RGB18539157-
CMYK00.790.150.27
HSL311.51º65.18%43.92%-
HSV(B)311.51º78.92%72.55%-
XYZ26.8214.233.23-
YUV96.11162.37191.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=48.56%
G=10.24%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853915700.790.150.27311.5165.1843.92
HexB9279D04FF1B138412c
Octal271472350117173347010154
Binary1011100110011110011101010011111111110111001110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9279D; }

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

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

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

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

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

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

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

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