Html Css Color HEX #B91C81 Medium Violet Red

📋 copy color: '#B91C81'

red 185 ◦ green 28 ◦ blue 129

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

Shades of Medium Violet Red #B91C81

Tints of Medium Violet Red #B91C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 54.09%
G = 8.19%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B91C81 (or 0xB91C81) is known color: Medium Violet Red. HEX triplet: B9, 1C and 81. RGB value is (185,28,129). Sum of RGB (Red+Green+Blue) = 185+28+129=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91C81 is #46E37E. Grayscale: #565656. Windows color (decimal): -4645759 or 8461497. OLE color: 8461497.

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

Color convert

RGB 185 28 129 -
CMYK 0 0.85 0.30 0.27
HSL 321.4º 0.74% 0.42% -
HSV(B) 321.4º 0.85% 0.73% -
XYZ 24.39 12.73 21.94 -
YUV 86.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 185 28 129 0 0.85 0.30 0.27 321.4 0.74 0.42
Hex B9 1C 81 0 55 1E 1B 141 4A 2A
Octal 271 34 201 0 125 36 33 501 112 52
Binary 10111001 11100 10000001 0 1010101 11110 11011 101000001 1001010 101010

Color Harmonies of #B91C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91C81

Black with #B91C81

Text Example


Text Example

White with #B91C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91C81; }

 p { color: rgb(185,28,129); }

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

background-color css

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

 a { background-color: rgb(185,28,129); }

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

border-color css

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

 span { border-color: rgb(185,28,129); }

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