Html Css Color HEX #B90775 Medium Violet Red

📋 copy color: '#B90775'

red 185 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #B90775

Tints of Medium Violet Red #B90775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 59.87%
G = 2.27%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B90775 (or 0xB90775) is known color: Medium Violet Red. HEX triplet: B9, 07 and 75. RGB value is (185,7,117). Sum of RGB (Red+Green+Blue) = 185+7+117=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B90775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90775 is #46F88A. Grayscale: #484848. Windows color (decimal): -4651147 or 7669689. OLE color: 7669689.

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

Color convert

RGB 185 7 117 -
CMYK 0 0.96 0.37 0.27
HSL 322.92º 0.93% 0.38% -
HSV(B) 322.92º 0.96% 0.73% -
XYZ 23.29 11.75 17.87 -
YUV 72.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 185 7 117 0 0.96 0.37 0.27 322.92 0.93 0.38
Hex B9 7 75 0 60 25 1B 143 5D 26
Octal 271 7 165 0 140 45 33 503 135 46
Binary 10111001 111 1110101 0 1100000 100101 11011 101000011 1011101 100110

Color Harmonies of #B90775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90775

Black with #B90775

Text Example


Text Example

White with #B90775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90775; }

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

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

background-color css

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

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

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

border-color css

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

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

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