#B7098A

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

Shades of Medium Violet Red #B7098A

Tints of Medium Violet Red #B7098A

Color information

#B7098A (or 0xB7098A) is unknown color: approx Medium Violet Red. HEX triplet: B7, 09 and 8A. RGB value is (183,9,138). Sum of RGB (Red+Green+Blue) = 183+9+138=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7098A is #48F675. Grayscale: #4B4B4B. Windows color (decimal): -4781686 or 9046455. OLE color: 9046455.

HSL color Cylindrical-coordinate representation of color #B7098A: hue angle of 315.52º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7098A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB1839138-
CMYK00.950.250.28
HSL315.52º90.62%37.65%-
HSV(B)315.52º95.08%71.76%-
XYZ24.2112.125.1-
YUV75.73163.15204.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 9 (3.91% from 255) = 2.73%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=55.45%
G=2.73%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183913800.950.250.28315.5290.6237.65
HexB798A05F191C13c5b26
Octal267112120137313447413346
Binary101101111001100010100101111111001111001001111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7098A; }

 p { color: rgb(183,9,138); }

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

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

 a { background-color: rgb(183,9,138); }

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

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

 span { border-color: rgb(183,9,138); }

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