Html Css Color HEX #B90777 Medium Violet Red

📋 copy color: '#B90777'

red 185 ◦ green 7 ◦ blue 119

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

Shades of Medium Violet Red #B90777

Tints of Medium Violet Red #B90777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

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

R = 59.49%
G = 2.25%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B90777 (or 0xB90777) is known color: Medium Violet Red. HEX triplet: B9, 07 and 77. RGB value is (185,7,119). Sum of RGB (Red+Green+Blue) = 185+7+119=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B90777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90777 is #46F888. Grayscale: #484848. Windows color (decimal): -4651145 or 7800761. OLE color: 7800761.

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

Color convert

RGB 185 7 119 -
CMYK 0 0.96 0.36 0.27
HSL 322.25º 0.93% 0.38% -
HSV(B) 322.25º 0.96% 0.73% -
XYZ 23.41 11.8 18.5 -
YUV 72.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 185 7 119 0 0.96 0.36 0.27 322.25 0.93 0.38
Hex B9 7 77 0 60 24 1B 142 5D 26
Octal 271 7 167 0 140 44 33 502 135 46
Binary 10111001 111 1110111 0 1100000 100100 11011 101000010 1011101 100110

Color Harmonies of #B90777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90777

Black with #B90777

Text Example


Text Example

White with #B90777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90777; }

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

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

background-color css

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

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

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

border-color css

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

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

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