Html Css Color HEX #B91C9C Medium Violet Red

📋 copy color: '#B91C9C'

red 185 ◦ green 28 ◦ blue 156

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

Shades of Medium Violet Red #B91C9C

Tints of Medium Violet Red #B91C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 50.14%
G = 7.59%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B91C9C (or 0xB91C9C) is known color: Medium Violet Red. HEX triplet: B9, 1C and 9C. RGB value is (185,28,156). Sum of RGB (Red+Green+Blue) = 185+28+156=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C9C is #46E363. Grayscale: #595959. Windows color (decimal): -4645732 or 10230969. OLE color: 10230969.

HSL color Cylindrical-coordinate representation of color #B91C9C: hue angle of 311.08º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C9C is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 28 156 -
CMYK 0 0.85 0.16 0.27
HSL 311.08º 0.74% 0.42% -
HSV(B) 311.08º 0.85% 0.73% -
XYZ 26.42 13.55 32.67 -
YUV 89.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 185 28 156 0 0.85 0.16 0.27 311.08 0.74 0.42
Hex B9 1C 9C 0 55 10 1B 137 4A 2A
Octal 271 34 234 0 125 20 33 467 112 52
Binary 10111001 11100 10011100 0 1010101 10000 11011 100110111 1001010 101010

Color Harmonies of #B91C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91C9C

Black with #B91C9C

Text Example


Text Example

White with #B91C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91C9C; }

 p { color: rgb(185,28,156); }

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

background-color css

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

 a { background-color: rgb(185,28,156); }

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

border-color css

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

 span { border-color: rgb(185,28,156); }

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