Html Css Color HEX #B91D6D Medium Violet Red

📋 copy color: '#B91D6D'

red 185 ◦ green 29 ◦ blue 109

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

Shades of Medium Violet Red #B91D6D

Tints of Medium Violet Red #B91D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 57.28%
G = 8.98%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B91D6D (or 0xB91D6D) is known color: Medium Violet Red. HEX triplet: B9, 1D and 6D. RGB value is (185,29,109). Sum of RGB (Red+Green+Blue) = 185+29+109=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D6D is #46E292. Grayscale: #545454. Windows color (decimal): -4645523 or 7151033. OLE color: 7151033.

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

Color convert

RGB 185 29 109 -
CMYK 0 0.84 0.41 0.27
HSL 329.23º 0.73% 0.42% -
HSV(B) 329.23º 0.84% 0.73% -
XYZ 23.21 12.3 15.62 -
YUV 84.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 185 29 109 0 0.84 0.41 0.27 329.23 0.73 0.42
Hex B9 1D 6D 0 54 29 1B 149 49 2A
Octal 271 35 155 0 124 51 33 511 111 52
Binary 10111001 11101 1101101 0 1010100 101001 11011 101001001 1001001 101010

Color Harmonies of #B91D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91D6D

Black with #B91D6D

Text Example


Text Example

White with #B91D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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