Html Css Color HEX #B9099D Medium Violet Red

📋 copy color: '#B9099D'

red 185 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #B9099D

Tints of Medium Violet Red #B9099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 52.71%
G = 2.56%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9099D (or 0xB9099D) is known color: Medium Violet Red. HEX triplet: B9, 09 and 9D. RGB value is (185,9,157). Sum of RGB (Red+Green+Blue) = 185+9+157=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9099D is #46F662. Grayscale: #4E4E4E. Windows color (decimal): -4650595 or 10291641. OLE color: 10291641.

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

Color convert

RGB 185 9 157 -
CMYK 0 0.95 0.15 0.27
HSL 309.55º 0.91% 0.38% -
HSV(B) 309.55º 0.95% 0.73% -
XYZ 26.19 12.94 33.02 -
YUV 78.5 172.31 203.97 -
System Red Green Blue C M Y K H S L
Decimal 185 9 157 0 0.95 0.15 0.27 309.55 0.91 0.38
Hex B9 9 9D 0 5F F 1B 136 5B 26
Octal 271 11 235 0 137 17 33 466 133 46
Binary 10111001 1001 10011101 0 1011111 1111 11011 100110110 1011011 100110

Color Harmonies of #B9099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9099D

Black with #B9099D

Text Example


Text Example

White with #B9099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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