Html Css Color HEX #B81DA6 Medium Violet Red

📋 copy color: '#B81DA6'

red 184 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #B81DA6

Tints of Medium Violet Red #B81DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 48.55%
G = 7.65%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B81DA6 (or 0xB81DA6) is known color: Medium Violet Red. HEX triplet: B8, 1D and A6. RGB value is (184,29,166). Sum of RGB (Red+Green+Blue) = 184+29+166=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA6 is #47E259. Grayscale: #5A5A5A. Windows color (decimal): -4711002 or 10886584. OLE color: 10886584.

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

Color convert

RGB 184 29 166 -
CMYK 0 0.84 0.10 0.28
HSL 306.97º 0.73% 0.42% -
HSV(B) 306.97º 0.84% 0.72% -
XYZ 27.09 13.82 37.32 -
YUV 90.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 184 29 166 0 0.84 0.10 0.28 306.97 0.73 0.42
Hex B8 1D A6 0 54 A 1C 133 49 2A
Octal 270 35 246 0 124 12 34 463 111 52
Binary 10111000 11101 10100110 0 1010100 1010 11100 100110011 1001001 101010

Color Harmonies of #B81DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DA6

Black with #B81DA6

Text Example


Text Example

White with #B81DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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