Html Css Color HEX #B91D99 Medium Violet Red

📋 copy color: '#B91D99'

red 185 ◦ green 29 ◦ blue 153

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

Shades of Medium Violet Red #B91D99

Tints of Medium Violet Red #B91D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 50.41%
G = 7.9%
B = 41.69%

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

#B91D99 (or 0xB91D99) is known color: Medium Violet Red. HEX triplet: B9, 1D and 99. RGB value is (185,29,153). Sum of RGB (Red+Green+Blue) = 185+29+153=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D99 is #46E266. Grayscale: #595959. Windows color (decimal): -4645479 or 10034617. OLE color: 10034617.

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

Color convert

RGB 185 29 153 -
CMYK 0 0.84 0.17 0.27
HSL 312.31º 0.73% 0.42% -
HSV(B) 312.31º 0.84% 0.73% -
XYZ 26.2 13.49 31.36 -
YUV 89.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 185 29 153 0 0.84 0.17 0.27 312.31 0.73 0.42
Hex B9 1D 99 0 54 11 1B 138 49 2A
Octal 271 35 231 0 124 21 33 470 111 52
Binary 10111001 11101 10011001 0 1010100 10001 11011 100111000 1001001 101010

Color Harmonies of #B91D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D99

Black with #B91D99

Text Example


Text Example

White with #B91D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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