Html Css Color HEX #B9087E Medium Violet Red

📋 copy color: '#B9087E'

red 185 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #B9087E

Tints of Medium Violet Red #B9087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

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

R = 57.99%
G = 2.51%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9087E (or 0xB9087E) is known color: Medium Violet Red. HEX triplet: B9, 08 and 7E. RGB value is (185,8,126). Sum of RGB (Red+Green+Blue) = 185+8+126=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9087E is #46F781. Grayscale: #4A4A4A. Windows color (decimal): -4650882 or 8259769. OLE color: 8259769.

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

Color convert

RGB 185 8 126 -
CMYK 0 0.96 0.32 0.27
HSL 320º 0.92% 0.38% -
HSV(B) 320º 0.96% 0.73% -
XYZ 23.86 11.99 20.8 -
YUV 74.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 185 8 126 0 0.96 0.32 0.27 320 0.92 0.38
Hex B9 8 7E 0 60 20 1B 140 5C 26
Octal 271 10 176 0 140 40 33 500 134 46
Binary 10111001 1000 1111110 0 1100000 100000 11011 101000000 1011100 100110

Color Harmonies of #B9087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9087E

Black with #B9087E

Text Example


Text Example

White with #B9087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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