Html Css Color HEX #B9087A Medium Violet Red

📋 copy color: '#B9087A'

red 185 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #B9087A

Tints of Medium Violet Red #B9087A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 58.73%
G = 2.54%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9087A (or 0xB9087A) is known color: Medium Violet Red. HEX triplet: B9, 08 and 7A. RGB value is (185,8,122). Sum of RGB (Red+Green+Blue) = 185+8+122=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9087A is #46F785. Grayscale: #494949. Windows color (decimal): -4650886 or 7997625. OLE color: 7997625.

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

Color convert

RGB 185 8 122 -
CMYK 0 0.96 0.34 0.27
HSL 321.36º 0.92% 0.38% -
HSV(B) 321.36º 0.96% 0.73% -
XYZ 23.61 11.89 19.46 -
YUV 73.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 185 8 122 0 0.96 0.34 0.27 321.36 0.92 0.38
Hex B9 8 7A 0 60 22 1B 141 5C 26
Octal 271 10 172 0 140 42 33 501 134 46
Binary 10111001 1000 1111010 0 1100000 100010 11011 101000001 1011100 100110

Color Harmonies of #B9087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9087A

Black with #B9087A

Text Example


Text Example

White with #B9087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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