Html Css Color HEX #B9099C Medium Violet Red

📋 copy color: '#B9099C'

red 185 ◦ green 9 ◦ blue 156

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

Shades of Medium Violet Red #B9099C

Tints of Medium Violet Red #B9099C

RGB

 RED value IS 185 (72.66% from 255) = 52.86%

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 52.86%
G = 2.57%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9099C (or 0xB9099C) is known color: Medium Violet Red. HEX triplet: B9, 09 and 9C. RGB value is (185,9,156). Sum of RGB (Red+Green+Blue) = 185+9+156=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9099C is #46F663. Grayscale: #4D4D4D. Windows color (decimal): -4650596 or 10226105. OLE color: 10226105.

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

Color convert

RGB 185 9 156 -
CMYK 0 0.95 0.16 0.27
HSL 309.89º 0.91% 0.38% -
HSV(B) 309.89º 0.95% 0.73% -
XYZ 26.11 12.91 32.57 -
YUV 78.38 171.81 204.05 -
System Red Green Blue C M Y K H S L
Decimal 185 9 156 0 0.95 0.16 0.27 309.89 0.91 0.38
Hex B9 9 9C 0 5F 10 1B 136 5B 26
Octal 271 11 234 0 137 20 33 466 133 46
Binary 10111001 1001 10011100 0 1011111 10000 11011 100110110 1011011 100110

Color Harmonies of #B9099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9099C

Black with #B9099C

Text Example


Text Example

White with #B9099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9099C; }

 p { color: rgb(185,9,156); }

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

background-color css

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

 a { background-color: rgb(185,9,156); }

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

border-color css

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

 span { border-color: rgb(185,9,156); }

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