Html Css Color HEX #B9098B Medium Violet Red

📋 copy color: '#B9098B'

red 185 ◦ green 9 ◦ blue 139

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

Shades of Medium Violet Red #B9098B

Tints of Medium Violet Red #B9098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 55.56%
G = 2.7%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9098B (or 0xB9098B) is known color: Medium Violet Red. HEX triplet: B9, 09 and 8B. RGB value is (185,9,139). Sum of RGB (Red+Green+Blue) = 185+9+139=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9098B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9098B is #46F674. Grayscale: #4C4C4C. Windows color (decimal): -4650613 or 9111993. OLE color: 9111993.

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

Color convert

RGB 185 9 139 -
CMYK 0 0.95 0.25 0.27
HSL 315.68º 0.91% 0.38% -
HSV(B) 315.68º 0.95% 0.73% -
XYZ 24.77 12.37 25.51 -
YUV 76.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 185 9 139 0 0.95 0.25 0.27 315.68 0.91 0.38
Hex B9 9 8B 0 5F 19 1B 13C 5B 26
Octal 271 11 213 0 137 31 33 474 133 46
Binary 10111001 1001 10001011 0 1011111 11001 11011 100111100 1011011 100110

Color Harmonies of #B9098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9098B

Black with #B9098B

Text Example


Text Example

White with #B9098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9098B; }

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

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

background-color css

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

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

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

border-color css

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

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

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