Html Css Color HEX #B9097E Medium Violet Red

📋 copy color: '#B9097E'

red 185 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #B9097E

Tints of Medium Violet Red #B9097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 57.81%
G = 2.81%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9097E (or 0xB9097E) is known color: Medium Violet Red. HEX triplet: B9, 09 and 7E. RGB value is (185,9,126). Sum of RGB (Red+Green+Blue) = 185+9+126=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B9097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9097E is #46F681. Grayscale: #4A4A4A. Windows color (decimal): -4650626 or 8260025. OLE color: 8260025.

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

Color convert

RGB 185 9 126 -
CMYK 0 0.95 0.32 0.27
HSL 320.11º 0.91% 0.38% -
HSV(B) 320.11º 0.95% 0.73% -
XYZ 23.87 12.02 20.8 -
YUV 74.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 185 9 126 0 0.95 0.32 0.27 320.11 0.91 0.38
Hex B9 9 7E 0 5F 20 1B 140 5B 26
Octal 271 11 176 0 137 40 33 500 133 46
Binary 10111001 1001 1111110 0 1011111 100000 11011 101000000 1011011 100110

Color Harmonies of #B9097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9097E

Black with #B9097E

Text Example


Text Example

White with #B9097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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