Html Css Color HEX #B90185 Medium Violet Red

📋 copy color: '#B90185'

red 185 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #B90185

Tints of Medium Violet Red #B90185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 57.99%
G = 0.31%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B90185 (or 0xB90185) is known color: Medium Violet Red. HEX triplet: B9, 01 and 85. RGB value is (185,1,133). Sum of RGB (Red+Green+Blue) = 185+1+133=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B90185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90185 is #46FE7A. Grayscale: #464646. Windows color (decimal): -4652667 or 8716729. OLE color: 8716729.

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

Color convert

RGB 185 1 133 -
CMYK 0 0.99 0.28 0.27
HSL 316.96º 0.99% 0.36% -
HSV(B) 316.96º 0.99% 0.73% -
XYZ 24.25 12.03 23.23 -
YUV 71.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 185 1 133 0 0.99 0.28 0.27 316.96 0.99 0.36
Hex B9 1 85 0 63 1C 1B 13D 63 24
Octal 271 1 205 0 143 34 33 475 143 44
Binary 10111001 1 10000101 0 1100011 11100 11011 100111101 1100011 100100

Color Harmonies of #B90185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90185

Black with #B90185

Text Example


Text Example

White with #B90185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90185; }

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

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

background-color css

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

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

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

border-color css

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

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

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