Html Css Color HEX #B90773 Medium Violet Red

📋 copy color: '#B90773'

red 185 ◦ green 7 ◦ blue 115

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

Shades of Medium Violet Red #B90773

Tints of Medium Violet Red #B90773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 60.26%
G = 2.28%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B90773 (or 0xB90773) is known color: Medium Violet Red. HEX triplet: B9, 07 and 73. RGB value is (185,7,115). Sum of RGB (Red+Green+Blue) = 185+7+115=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90773 is #46F88C. Grayscale: #484848. Windows color (decimal): -4651149 or 7538617. OLE color: 7538617.

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

Color convert

RGB 185 7 115 -
CMYK 0 0.96 0.38 0.27
HSL 323.6º 0.93% 0.38% -
HSV(B) 323.6º 0.96% 0.73% -
XYZ 23.18 11.7 17.26 -
YUV 72.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 185 7 115 0 0.96 0.38 0.27 323.6 0.93 0.38
Hex B9 7 73 0 60 26 1B 144 5D 26
Octal 271 7 163 0 140 46 33 504 135 46
Binary 10111001 111 1110011 0 1100000 100110 11011 101000100 1011101 100110

Color Harmonies of #B90773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90773

Black with #B90773

Text Example


Text Example

White with #B90773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90773; }

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

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

background-color css

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

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

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

border-color css

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

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

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