Html Css Color HEX #B91CA9 Medium Violet Red

📋 copy color: '#B91CA9'

red 185 ◦ green 28 ◦ blue 169

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

Shades of Medium Violet Red #B91CA9

Tints of Medium Violet Red #B91CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 48.43%
G = 7.33%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B91CA9 (or 0xB91CA9) is known color: Medium Violet Red. HEX triplet: B9, 1C and A9. RGB value is (185,28,169). Sum of RGB (Red+Green+Blue) = 185+28+169=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B91CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91CA9 is #46E356. Grayscale: #5A5A5A. Windows color (decimal): -4645719 or 11082937. OLE color: 11082937.

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

Color convert

RGB 185 28 169 -
CMYK 0 0.85 0.09 0.27
HSL 306.11º 0.74% 0.42% -
HSV(B) 306.11º 0.85% 0.73% -
XYZ 27.58 14.01 38.79 -
YUV 91.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 185 28 169 0 0.85 0.09 0.27 306.11 0.74 0.42
Hex B9 1C A9 0 55 9 1B 132 4A 2A
Octal 271 34 251 0 125 11 33 462 112 52
Binary 10111001 11100 10101001 0 1010101 1001 11011 100110010 1001010 101010

Color Harmonies of #B91CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CA9

Black with #B91CA9

Text Example


Text Example

White with #B91CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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