Html Css Color HEX #B90177 Medium Violet Red

📋 copy color: '#B90177'

red 185 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #B90177

Tints of Medium Violet Red #B90177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 60.66%
G = 0.33%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B90177 (or 0xB90177) is known color: Medium Violet Red. HEX triplet: B9, 01 and 77. RGB value is (185,1,119). Sum of RGB (Red+Green+Blue) = 185+1+119=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90177 is #46FE88. Grayscale: #454545. Windows color (decimal): -4652681 or 7799225. OLE color: 7799225.

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

Color convert

RGB 185 1 119 -
CMYK 0 0.99 0.36 0.27
HSL 321.52º 0.99% 0.36% -
HSV(B) 321.52º 0.99% 0.73% -
XYZ 23.35 11.67 18.47 -
YUV 69.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 185 1 119 0 0.99 0.36 0.27 321.52 0.99 0.36
Hex B9 1 77 0 63 24 1B 142 63 24
Octal 271 1 167 0 143 44 33 502 143 44
Binary 10111001 1 1110111 0 1100011 100100 11011 101000010 1100011 100100

Color Harmonies of #B90177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90177

Black with #B90177

Text Example


Text Example

White with #B90177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90177; }

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

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

background-color css

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

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

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

border-color css

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

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

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