Html Css Color HEX #B9087F Medium Violet Red

📋 copy color: '#B9087F'

red 185 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #B9087F

Tints of Medium Violet Red #B9087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 57.81%
G = 2.5%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9087F (or 0xB9087F) is known color: Medium Violet Red. HEX triplet: B9, 08 and 7F. RGB value is (185,8,127). Sum of RGB (Red+Green+Blue) = 185+8+127=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B9087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9087F is #46F780. Grayscale: #4A4A4A. Windows color (decimal): -4650881 or 8325305. OLE color: 8325305.

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

Color convert

RGB 185 8 127 -
CMYK 0 0.96 0.31 0.27
HSL 319.66º 0.92% 0.38% -
HSV(B) 319.66º 0.96% 0.73% -
XYZ 23.93 12.02 21.14 -
YUV 74.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 185 8 127 0 0.96 0.31 0.27 319.66 0.92 0.38
Hex B9 8 7F 0 60 1F 1B 140 5C 26
Octal 271 10 177 0 140 37 33 500 134 46
Binary 10111001 1000 1111111 0 1100000 11111 11011 101000000 1011100 100110

Color Harmonies of #B9087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9087F

Black with #B9087F

Text Example


Text Example

White with #B9087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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