#B9298B

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

Shades of Medium Red Violet #B9298B

Tints of Medium Red Violet #B9298B

Color information

#B9298B (or 0xB9298B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 29 and 8B. RGB value is (185,41,139). Sum of RGB (Red+Green+Blue) = 185+41+139=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9298B is #46D674. Grayscale: #5E5E5E. Windows color (decimal): -4642421 or 9120185. OLE color: 9120185.

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

Color convert

RGB18541139-
CMYK00.780.250.27
HSL319.17º63.72%44.31%-
HSV(B)319.17º77.84%72.55%-
XYZ25.4613.7625.74-
YUV95.23152.71192.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=50.68%
G=11.23%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854113900.780.250.27319.1763.7244.31
HexB9298B04E191B13f402c
Octal271512130116313347710054
Binary10111001101001100010110100111011001110111001111111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9298B; }

 p { color: rgb(185,41,139); }

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

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

 a { background-color: rgb(185,41,139); }

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

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

 span { border-color: rgb(185,41,139); }

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