Html Css Color HEX #B90189 Medium Violet Red

📋 copy color: '#B90189'

red 185 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #B90189

Tints of Medium Violet Red #B90189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 57.28%
G = 0.31%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B90189 (or 0xB90189) is known color: Medium Violet Red. HEX triplet: B9, 01 and 89. RGB value is (185,1,137). Sum of RGB (Red+Green+Blue) = 185+1+137=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90189 is #46FE76. Grayscale: #474747. Windows color (decimal): -4652663 or 8978873. OLE color: 8978873.

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

Color convert

RGB 185 1 137 -
CMYK 0 0.99 0.26 0.27
HSL 315.65º 0.99% 0.36% -
HSV(B) 315.65º 0.99% 0.73% -
XYZ 24.53 12.14 24.72 -
YUV 71.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 185 1 137 0 0.99 0.26 0.27 315.65 0.99 0.36
Hex B9 1 89 0 63 1A 1B 13C 63 24
Octal 271 1 211 0 143 32 33 474 143 44
Binary 10111001 1 10001001 0 1100011 11010 11011 100111100 1100011 100100

Color Harmonies of #B90189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90189

Black with #B90189

Text Example


Text Example

White with #B90189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90189; }

 p { color: rgb(185,1,137); }

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

background-color css

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

 a { background-color: rgb(185,1,137); }

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

border-color css

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

 span { border-color: rgb(185,1,137); }

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