Html Css Color HEX #B90686 Medium Violet Red

📋 copy color: '#B90686'

red 185 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #B90686

Tints of Medium Violet Red #B90686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 56.92%
G = 1.85%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B90686 (or 0xB90686) is known color: Medium Violet Red. HEX triplet: B9, 06 and 86. RGB value is (185,6,134). Sum of RGB (Red+Green+Blue) = 185+6+134=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B90686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90686 is #46F979. Grayscale: #494949. Windows color (decimal): -4651386 or 8783545. OLE color: 8783545.

HSL color Cylindrical-coordinate representation of color #B90686: hue angle of 317.09º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90686 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 134 -
CMYK 0 0.97 0.28 0.27
HSL 317.1º 0.94% 0.37% -
HSV(B) 317.1º 0.97% 0.73% -
XYZ 24.38 12.17 23.62 -
YUV 74.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 185 6 134 0 0.97 0.28 0.27 317.1 0.94 0.37
Hex B9 6 86 0 61 1C 1B 13D 5E 25
Octal 271 6 206 0 141 34 33 475 136 45
Binary 10111001 110 10000110 0 1100001 11100 11011 100111101 1011110 100101

Color Harmonies of #B90686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90686

Black with #B90686

Text Example


Text Example

White with #B90686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90686; }

 p { color: rgb(185,6,134); }

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

background-color css

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

 a { background-color: rgb(185,6,134); }

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

border-color css

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

 span { border-color: rgb(185,6,134); }

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