Html Css Color HEX #B90995 Medium Violet Red

📋 copy color: '#B90995'

red 185 ◦ green 9 ◦ blue 149

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

Shades of Medium Violet Red #B90995

Tints of Medium Violet Red #B90995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 53.94%
G = 2.62%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B90995 (or 0xB90995) is known color: Medium Violet Red. HEX triplet: B9, 09 and 95. RGB value is (185,9,149). Sum of RGB (Red+Green+Blue) = 185+9+149=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B90995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90995 is #46F66A. Grayscale: #4D4D4D. Windows color (decimal): -4650603 or 9767353. OLE color: 9767353.

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

Color convert

RGB 185 9 149 -
CMYK 0 0.95 0.19 0.27
HSL 312.27º 0.91% 0.38% -
HSV(B) 312.27º 0.95% 0.73% -
XYZ 25.53 12.68 29.54 -
YUV 77.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 185 9 149 0 0.95 0.19 0.27 312.27 0.91 0.38
Hex B9 9 95 0 5F 13 1B 138 5B 26
Octal 271 11 225 0 137 23 33 470 133 46
Binary 10111001 1001 10010101 0 1011111 10011 11011 100111000 1011011 100110

Color Harmonies of #B90995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90995

Black with #B90995

Text Example


Text Example

White with #B90995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90995; }

 p { color: rgb(185,9,149); }

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

background-color css

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

 a { background-color: rgb(185,9,149); }

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

border-color css

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

 span { border-color: rgb(185,9,149); }

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