Html Css Color HEX #B81DA3 Medium Violet Red

📋 copy color: '#B81DA3'

red 184 ◦ green 29 ◦ blue 163

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

Shades of Medium Violet Red #B81DA3

Tints of Medium Violet Red #B81DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 48.94%
G = 7.71%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B81DA3 (or 0xB81DA3) is known color: Medium Violet Red. HEX triplet: B8, 1D and A3. RGB value is (184,29,163). Sum of RGB (Red+Green+Blue) = 184+29+163=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA3 is #47E25C. Grayscale: #5A5A5A. Windows color (decimal): -4711005 or 10689976. OLE color: 10689976.

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

Color convert

RGB 184 29 163 -
CMYK 0 0.84 0.11 0.28
HSL 308.13º 0.73% 0.42% -
HSV(B) 308.13º 0.84% 0.72% -
XYZ 26.82 13.71 35.88 -
YUV 90.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 184 29 163 0 0.84 0.11 0.28 308.13 0.73 0.42
Hex B8 1D A3 0 54 B 1C 134 49 2A
Octal 270 35 243 0 124 13 34 464 111 52
Binary 10111000 11101 10100011 0 1010100 1011 11100 100110100 1001001 101010

Color Harmonies of #B81DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DA3

Black with #B81DA3

Text Example


Text Example

White with #B81DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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