Html Css Color HEX #B90187 Medium Violet Red

📋 copy color: '#B90187'

red 185 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B90187

Tints of Medium Violet Red #B90187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 57.63%
G = 0.31%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B90187 (or 0xB90187) is known color: Medium Violet Red. HEX triplet: B9, 01 and 87. RGB value is (185,1,135). Sum of RGB (Red+Green+Blue) = 185+1+135=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B90187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90187 is #46FE78. Grayscale: #464646. Windows color (decimal): -4652665 or 8847801. OLE color: 8847801.

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

Color convert

RGB 185 1 135 -
CMYK 0 0.99 0.27 0.27
HSL 316.3º 0.99% 0.36% -
HSV(B) 316.3º 0.99% 0.73% -
XYZ 24.39 12.09 23.97 -
YUV 71.29 163.96 209.1 -
System Red Green Blue C M Y K H S L
Decimal 185 1 135 0 0.99 0.27 0.27 316.3 0.99 0.36
Hex B9 1 87 0 63 1B 1B 13C 63 24
Octal 271 1 207 0 143 33 33 474 143 44
Binary 10111001 1 10000111 0 1100011 11011 11011 100111100 1100011 100100

Color Harmonies of #B90187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90187

Black with #B90187

Text Example


Text Example

White with #B90187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90187; }

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

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

background-color css

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

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

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

border-color css

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

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

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