Html Css Color HEX #B91D9A Medium Violet Red

📋 copy color: '#B91D9A'

red 185 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #B91D9A

Tints of Medium Violet Red #B91D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 50.27%
G = 7.88%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B91D9A (or 0xB91D9A) is known color: Medium Violet Red. HEX triplet: B9, 1D and 9A. RGB value is (185,29,154). Sum of RGB (Red+Green+Blue) = 185+29+154=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D9A is #46E265. Grayscale: #595959. Windows color (decimal): -4645478 or 10100153. OLE color: 10100153.

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

Color convert

RGB 185 29 154 -
CMYK 0 0.84 0.17 0.27
HSL 311.92º 0.73% 0.42% -
HSV(B) 311.92º 0.84% 0.73% -
XYZ 26.28 13.53 31.8 -
YUV 89.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 185 29 154 0 0.84 0.17 0.27 311.92 0.73 0.42
Hex B9 1D 9A 0 54 11 1B 138 49 2A
Octal 271 35 232 0 124 21 33 470 111 52
Binary 10111001 11101 10011010 0 1010100 10001 11011 100111000 1001001 101010

Color Harmonies of #B91D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D9A

Black with #B91D9A

Text Example


Text Example

White with #B91D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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