Html Css Color HEX #B8099B Medium Violet Red

📋 copy color: '#B8099B'

red 184 ◦ green 9 ◦ blue 155

#B8099B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B8099B

Tints of Medium Violet Red #B8099B

RGB

 RED value IS 184 (72.27% from 255) = 52.87%

 GREEN value IS 9 (3.91% from 255) = 2.59%

 BLUE value IS 155 (60.94% from 255) = 44.54%

R = 52.87%
G = 2.59%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8099B (or 0xB8099B) is known color: Medium Violet Red. HEX triplet: B8, 09 and 9B. RGB value is (184,9,155). Sum of RGB (Red+Green+Blue) = 184+9+155=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8099B is #47F664. Grayscale: #4D4D4D. Windows color (decimal): -4716133 or 10160568. OLE color: 10160568.

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

Color convert

RGB 184 9 155 -
CMYK 0 0.95 0.16 0.28
HSL 309.94º 0.91% 0.38% -
HSV(B) 309.94º 0.95% 0.72% -
XYZ 25.78 12.75 32.11 -
YUV 77.97 171.48 203.63 -
System Red Green Blue C M Y K H S L
Decimal 184 9 155 0 0.95 0.16 0.28 309.94 0.91 0.38
Hex B8 9 9B 0 5F 10 1C 136 5B 26
Octal 270 11 233 0 137 20 34 466 133 46
Binary 10111000 1001 10011011 0 1011111 10000 11100 100110110 1011011 100110

Color Harmonies of #B8099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8099B

Black with #B8099B

Text Example


Text Example

White with #B8099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8099B; }

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

 H1.HeaderClassName
 {
   color: #B8099B;
 }
 .AnyTagClassName
 {
   color: #B8099B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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