Html Css Color HEX #B91F7D Medium Violet Red

📋 copy color: '#B91F7D'

red 185 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #B91F7D

Tints of Medium Violet Red #B91F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 54.25%
G = 9.09%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B91F7D (or 0xB91F7D) is known color: Medium Violet Red. HEX triplet: B9, 1F and 7D. RGB value is (185,31,125). Sum of RGB (Red+Green+Blue) = 185+31+125=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91F7D is #46E082. Grayscale: #575757. Windows color (decimal): -4644995 or 8200121. OLE color: 8200121.

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

Color convert

RGB 185 31 125 -
CMYK 0 0.83 0.32 0.27
HSL 323.38º 0.71% 0.42% -
HSV(B) 323.38º 0.83% 0.73% -
XYZ 24.2 12.77 20.59 -
YUV 87.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 185 31 125 0 0.83 0.32 0.27 323.38 0.71 0.42
Hex B9 1F 7D 0 53 20 1B 143 47 2A
Octal 271 37 175 0 123 40 33 503 107 52
Binary 10111001 11111 1111101 0 1010011 100000 11011 101000011 1000111 101010

Color Harmonies of #B91F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91F7D

Black with #B91F7D

Text Example


Text Example

White with #B91F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91F7D; }

 p { color: rgb(185,31,125); }

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

background-color css

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

 a { background-color: rgb(185,31,125); }

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

border-color css

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

 span { border-color: rgb(185,31,125); }

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