Html Css Color HEX #B91375 Medium Violet Red

📋 copy color: '#B91375'

red 185 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #B91375

Tints of Medium Violet Red #B91375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 57.63%
G = 5.92%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B91375 (or 0xB91375) is known color: Medium Violet Red. HEX triplet: B9, 13 and 75. RGB value is (185,19,117). Sum of RGB (Red+Green+Blue) = 185+19+117=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B91375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91375 is #46EC8A. Grayscale: #4F4F4F. Windows color (decimal): -4648075 or 7672761. OLE color: 7672761.

HSL color Cylindrical-coordinate representation of color #B91375: hue angle of 324.58º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91375 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 19 117 -
CMYK 0 0.90 0.37 0.27
HSL 324.58º 0.81% 0.4% -
HSV(B) 324.58º 0.9% 0.73% -
XYZ 23.45 12.06 17.92 -
YUV 79.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 185 19 117 0 0.90 0.37 0.27 324.58 0.81 0.4
Hex B9 13 75 0 5A 25 1B 145 51 28
Octal 271 23 165 0 132 45 33 505 121 50
Binary 10111001 10011 1110101 0 1011010 100101 11011 101000101 1010001 101000

Color Harmonies of #B91375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91375

Black with #B91375

Text Example


Text Example

White with #B91375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91375; }

 p { color: rgb(185,19,117); }

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

background-color css

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

 a { background-color: rgb(185,19,117); }

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

border-color css

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

 span { border-color: rgb(185,19,117); }

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