#B9279E

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

Shades of Medium Red Violet #B9279E

Tints of Medium Red Violet #B9279E

Color information

#B9279E (or 0xB9279E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 27 and 9E. RGB value is (185,39,158). Sum of RGB (Red+Green+Blue) = 185+39+158=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9279E is #46D861. Grayscale: #5F5F5F. Windows color (decimal): -4642914 or 10364857. OLE color: 10364857.

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

Color convert

RGB18539158-
CMYK00.790.150.27
HSL311.1º65.18%43.92%-
HSV(B)311.1º78.92%72.55%-
XYZ26.914.2333.68-
YUV96.22162.87191.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 39 (15.62% from 255) = 10.21%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=48.43%
G=10.21%
B=41.36%

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
Decimal1853915800.790.150.27311.165.1843.92
HexB9279E04FF1B137412c
Octal271472360117173346710154
Binary1011100110011110011110010011111111110111001101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9279E; }

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

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

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

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

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

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

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

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