Html Css Color HEX #B91D9C Medium Violet Red

📋 copy color: '#B91D9C'

red 185 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #B91D9C

Tints of Medium Violet Red #B91D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

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

R = 50%
G = 7.84%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B91D9C (or 0xB91D9C) is known color: Medium Violet Red. HEX triplet: B9, 1D and 9C. RGB value is (185,29,156). Sum of RGB (Red+Green+Blue) = 185+29+156=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D9C is #46E263. Grayscale: #595959. Windows color (decimal): -4645476 or 10231225. OLE color: 10231225.

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

Color convert

RGB 185 29 156 -
CMYK 0 0.84 0.16 0.27
HSL 311.15º 0.73% 0.42% -
HSV(B) 311.15º 0.84% 0.73% -
XYZ 26.45 13.59 32.68 -
YUV 90.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 185 29 156 0 0.84 0.16 0.27 311.15 0.73 0.42
Hex B9 1D 9C 0 54 10 1B 137 49 2A
Octal 271 35 234 0 124 20 33 467 111 52
Binary 10111001 11101 10011100 0 1010100 10000 11011 100110111 1001001 101010

Color Harmonies of #B91D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D9C

Black with #B91D9C

Text Example


Text Example

White with #B91D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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