Html Css Color HEX #B91D76 Medium Violet Red

📋 copy color: '#B91D76'

red 185 ◦ green 29 ◦ blue 118

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

Shades of Medium Violet Red #B91D76

Tints of Medium Violet Red #B91D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 55.72%
G = 8.73%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B91D76 (or 0xB91D76) is known color: Medium Violet Red. HEX triplet: B9, 1D and 76. RGB value is (185,29,118). Sum of RGB (Red+Green+Blue) = 185+29+118=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D76 is #46E289. Grayscale: #555555. Windows color (decimal): -4645514 or 7740857. OLE color: 7740857.

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

Color convert

RGB 185 29 118 -
CMYK 0 0.84 0.36 0.27
HSL 325.77º 0.73% 0.42% -
HSV(B) 325.77º 0.84% 0.73% -
XYZ 23.72 12.5 18.3 -
YUV 85.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 185 29 118 0 0.84 0.36 0.27 325.77 0.73 0.42
Hex B9 1D 76 0 54 24 1B 146 49 2A
Octal 271 35 166 0 124 44 33 506 111 52
Binary 10111001 11101 1110110 0 1010100 100100 11011 101000110 1001001 101010

Color Harmonies of #B91D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D76

Black with #B91D76

Text Example


Text Example

White with #B91D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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