#B8098A

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

Shades of Medium Violet Red #B8098A

Tints of Medium Violet Red #B8098A

Color information

#B8098A (or 0xB8098A) is unknown color: approx Medium Violet Red. HEX triplet: B8, 09 and 8A. RGB value is (184,9,138). Sum of RGB (Red+Green+Blue) = 184+9+138=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B8098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8098A is #47F675. Grayscale: #4B4B4B. Windows color (decimal): -4716150 or 9046456. OLE color: 9046456.

HSL color Cylindrical-coordinate representation of color #B8098A: hue angle of 315.77º 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 #B8098A is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB1849138-
CMYK00.950.250.28
HSL315.77º90.67%37.84%-
HSV(B)315.77º95.11%72.16%-
XYZ24.4512.2225.11-
YUV76.03162.98205.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 9 (3.91% from 255) = 2.72%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=55.59%
G=2.72%
B=41.69%

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
Decimal184913800.950.250.28315.7790.6737.84
HexB898A05F191C13c5b26
Octal270112120137313447413346
Binary101110001001100010100101111111001111001001111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8098A; }

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

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

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

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

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

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

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

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