Html Css Color HEX #B81DAB Medium Violet Red

📋 copy color: '#B81DAB'

red 184 ◦ green 29 ◦ blue 171

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

Shades of Medium Violet Red #B81DAB

Tints of Medium Violet Red #B81DAB

RGB

 RED value IS 184 (72.27% from 255) = 47.92%

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

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

R = 47.92%
G = 7.55%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B81DAB (or 0xB81DAB) is known color: Medium Violet Red. HEX triplet: B8, 1D and AB. RGB value is (184,29,171). Sum of RGB (Red+Green+Blue) = 184+29+171=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DAB is #47E254. Grayscale: #5B5B5B. Windows color (decimal): -4710997 or 11214264. OLE color: 11214264.

HSL color Cylindrical-coordinate representation of color #B81DAB: hue angle of 305.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81DAB is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 29 171 -
CMYK 0 0.84 0.07 0.28
HSL 305.03º 0.73% 0.42% -
HSV(B) 305.03º 0.84% 0.72% -
XYZ 27.56 14.01 39.78 -
YUV 91.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 184 29 171 0 0.84 0.07 0.28 305.03 0.73 0.42
Hex B8 1D AB 0 54 7 1C 131 49 2A
Octal 270 35 253 0 124 7 34 461 111 52
Binary 10111000 11101 10101011 0 1010100 111 11100 100110001 1001001 101010

Color Harmonies of #B81DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DAB

Black with #B81DAB

Text Example


Text Example

White with #B81DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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