Html Css Color HEX #B90086 Medium Violet Red

📋 copy color: '#B90086'

red 185 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #B90086

Tints of Medium Violet Red #B90086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.99%
G = 0%
B = 42.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B90086 (or 0xB90086) is known color: Medium Violet Red. HEX triplet: B9, 00 and 86. RGB value is (185,0,134). Sum of RGB (Red+Green+Blue) = 185+0+134=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B90086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90086 is #46FF79. Grayscale: #464646. Windows color (decimal): -4652922 or 8782009. OLE color: 8782009.

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

Color convert

RGB 185 0 134 -
CMYK 0 1 0.28 0.27
HSL 316.54º 1% 0.36% -
HSV(B) 316.54º 1% 0.73% -
XYZ 24.31 12.04 23.6 -
YUV 70.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 185 0 134 0 1 0.28 0.27 316.54 1 0.36
Hex B9 0 86 0 64 1C 1B 13D 64 24
Octal 271 0 206 0 144 34 33 475 144 44
Binary 10111001 0 10000110 0 1100100 11100 11011 100111101 1100100 100100

Color Harmonies of #B90086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90086

Black with #B90086

Text Example


Text Example

White with #B90086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90086; }

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

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

background-color css

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

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

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

border-color css

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

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

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