Html Css Color HEX #B91D8D Medium Violet Red

📋 copy color: '#B91D8D'

red 185 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #B91D8D

Tints of Medium Violet Red #B91D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 52.11%
G = 8.17%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B91D8D (or 0xB91D8D) is known color: Medium Violet Red. HEX triplet: B9, 1D and 8D. RGB value is (185,29,141). Sum of RGB (Red+Green+Blue) = 185+29+141=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91D8D is #46E272. Grayscale: #585858. Windows color (decimal): -4645491 or 9248185. OLE color: 9248185.

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

Color convert

RGB 185 29 141 -
CMYK 0 0.84 0.24 0.27
HSL 316.92º 0.73% 0.42% -
HSV(B) 316.92º 0.84% 0.73% -
XYZ 25.25 13.12 26.4 -
YUV 88.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 185 29 141 0 0.84 0.24 0.27 316.92 0.73 0.42
Hex B9 1D 8D 0 54 18 1B 13D 49 2A
Octal 271 35 215 0 124 30 33 475 111 52
Binary 10111001 11101 10001101 0 1010100 11000 11011 100111101 1001001 101010

Color Harmonies of #B91D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D8D

Black with #B91D8D

Text Example


Text Example

White with #B91D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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