Html Css Color HEX #B91DAA Medium Violet Red

📋 copy color: '#B91DAA'

red 185 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #B91DAA

Tints of Medium Violet Red #B91DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 48.18%
G = 7.55%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B91DAA (or 0xB91DAA) is known color: Medium Violet Red. HEX triplet: B9, 1D and AA. RGB value is (185,29,170). Sum of RGB (Red+Green+Blue) = 185+29+170=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B91DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91DAA is #46E255. Grayscale: #5B5B5B. Windows color (decimal): -4645462 or 11148729. OLE color: 11148729.

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

Color convert

RGB 185 29 170 -
CMYK 0 0.84 0.08 0.27
HSL 305.77º 0.73% 0.42% -
HSV(B) 305.77º 0.84% 0.73% -
XYZ 27.7 14.1 39.29 -
YUV 91.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 185 29 170 0 0.84 0.08 0.27 305.77 0.73 0.42
Hex B9 1D AA 0 54 8 1B 132 49 2A
Octal 271 35 252 0 124 10 33 462 111 52
Binary 10111001 11101 10101010 0 1010100 1000 11011 100110010 1001001 101010

Color Harmonies of #B91DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91DAA

Black with #B91DAA

Text Example


Text Example

White with #B91DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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