Html Css Color HEX #B91DAB Medium Violet Red

📋 copy color: '#B91DAB'

red 185 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #B91DAB

Tints of Medium Violet Red #B91DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 48.05%
G = 7.53%
B = 44.42%

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

#B91DAB (or 0xB91DAB) is known color: Medium Violet Red. HEX triplet: B9, 1D and AB. RGB value is (185,29,171). Sum of RGB (Red+Green+Blue) = 185+29+171=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B91DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91DAB is #46E254. Grayscale: #5B5B5B. Windows color (decimal): -4645461 or 11214265. OLE color: 11214265.

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

Color convert

RGB 185 29 171 -
CMYK 0 0.84 0.08 0.27
HSL 305.38º 0.73% 0.42% -
HSV(B) 305.38º 0.84% 0.73% -
XYZ 27.8 14.13 39.79 -
YUV 91.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 185 29 171 0 0.84 0.08 0.27 305.38 0.73 0.42
Hex B9 1D AB 0 54 8 1B 131 49 2A
Octal 271 35 253 0 124 10 33 461 111 52
Binary 10111001 11101 10101011 0 1010100 1000 11011 100110001 1001001 101010

Color Harmonies of #B91DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91DAB

Black with #B91DAB

Text Example


Text Example

White with #B91DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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