Html Css Color HEX #B91CA1 Medium Violet Red

📋 copy color: '#B91CA1'

red 185 ◦ green 28 ◦ blue 161

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

Shades of Medium Violet Red #B91CA1

Tints of Medium Violet Red #B91CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 49.47%
G = 7.49%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B91CA1 (or 0xB91CA1) is known color: Medium Violet Red. HEX triplet: B9, 1C and A1. RGB value is (185,28,161). Sum of RGB (Red+Green+Blue) = 185+28+161=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B91CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91CA1 is #46E35E. Grayscale: #595959. Windows color (decimal): -4645727 or 10558649. OLE color: 10558649.

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

Color convert

RGB 185 28 161 -
CMYK 0 0.85 0.13 0.27
HSL 309.17º 0.74% 0.42% -
HSV(B) 309.17º 0.85% 0.73% -
XYZ 26.86 13.72 34.95 -
YUV 90.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 185 28 161 0 0.85 0.13 0.27 309.17 0.74 0.42
Hex B9 1C A1 0 55 D 1B 135 4A 2A
Octal 271 34 241 0 125 15 33 465 112 52
Binary 10111001 11100 10100001 0 1010101 1101 11011 100110101 1001010 101010

Color Harmonies of #B91CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CA1

Black with #B91CA1

Text Example


Text Example

White with #B91CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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