Html Css Color HEX #B91D7E Medium Violet Red

📋 copy color: '#B91D7E'

red 185 ◦ green 29 ◦ blue 126

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

Shades of Medium Violet Red #B91D7E

Tints of Medium Violet Red #B91D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 54.41%
G = 8.53%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B91D7E (or 0xB91D7E) is known color: Medium Violet Red. HEX triplet: B9, 1D and 7E. RGB value is (185,29,126). Sum of RGB (Red+Green+Blue) = 185+29+126=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D7E is #46E281. Grayscale: #565656. Windows color (decimal): -4645506 or 8265145. OLE color: 8265145.

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

Color convert

RGB 185 29 126 -
CMYK 0 0.84 0.32 0.27
HSL 322.69º 0.73% 0.42% -
HSV(B) 322.69º 0.84% 0.73% -
XYZ 24.21 12.7 20.91 -
YUV 86.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 185 29 126 0 0.84 0.32 0.27 322.69 0.73 0.42
Hex B9 1D 7E 0 54 20 1B 143 49 2A
Octal 271 35 176 0 124 40 33 503 111 52
Binary 10111001 11101 1111110 0 1010100 100000 11011 101000011 1001001 101010

Color Harmonies of #B91D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D7E

Black with #B91D7E

Text Example


Text Example

White with #B91D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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