Html Css Color HEX #B90091 Medium Violet Red

📋 copy color: '#B90091'

red 185 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #B90091

Tints of Medium Violet Red #B90091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 56.06%
G = 0%
B = 43.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B90091 (or 0xB90091) is known color: Medium Violet Red. HEX triplet: B9, 00 and 91. RGB value is (185,0,145). Sum of RGB (Red+Green+Blue) = 185+0+145=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B90091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90091 is #46FF6E. Grayscale: #474747. Windows color (decimal): -4652911 or 9502905. OLE color: 9502905.

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

Color convert

RGB 185 0 145 -
CMYK 0 1 0.22 0.27
HSL 312.97º 1% 0.36% -
HSV(B) 312.97º 1% 0.73% -
XYZ 25.12 12.36 27.85 -
YUV 71.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 185 0 145 0 1 0.22 0.27 312.97 1 0.36
Hex B9 0 91 0 64 16 1B 139 64 24
Octal 271 0 221 0 144 26 33 471 144 44
Binary 10111001 0 10010001 0 1100100 10110 11011 100111001 1100100 100100

Color Harmonies of #B90091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90091

Black with #B90091

Text Example


Text Example

White with #B90091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90091; }

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

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

background-color css

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

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

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

border-color css

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

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

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