Html Css Color HEX #B91995 Medium Violet Red

📋 copy color: '#B91995'

red 185 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #B91995

Tints of Medium Violet Red #B91995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.96%

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

R = 51.53%
G = 6.96%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B91995 (or 0xB91995) is known color: Medium Violet Red. HEX triplet: B9, 19 and 95. RGB value is (185,25,149). Sum of RGB (Red+Green+Blue) = 185+25+149=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B91995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91995 is #46E66A. Grayscale: #565656. Windows color (decimal): -4646507 or 9771449. OLE color: 9771449.

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

Color convert

RGB 185 25 149 -
CMYK 0 0.86 0.19 0.27
HSL 313.5º 0.76% 0.41% -
HSV(B) 313.5º 0.86% 0.73% -
XYZ 25.78 13.18 29.62 -
YUV 86.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 185 25 149 0 0.86 0.19 0.27 313.5 0.76 0.41
Hex B9 19 95 0 56 13 1B 13A 4C 29
Octal 271 31 225 0 126 23 33 472 114 51
Binary 10111001 11001 10010101 0 1010110 10011 11011 100111010 1001100 101001

Color Harmonies of #B91995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91995

Black with #B91995

Text Example


Text Example

White with #B91995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91995; }

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

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

background-color css

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

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

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

border-color css

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

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

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