Html Css Color HEX #B81FA4 Medium Violet Red

📋 copy color: '#B81FA4'

red 184 ◦ green 31 ◦ blue 164

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

Shades of Medium Violet Red #B81FA4

Tints of Medium Violet Red #B81FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 48.55%
G = 8.18%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B81FA4 (or 0xB81FA4) is known color: Medium Violet Red. HEX triplet: B8, 1F and A4. RGB value is (184,31,164). Sum of RGB (Red+Green+Blue) = 184+31+164=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B81FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81FA4 is #47E05B. Grayscale: #5B5B5B. Windows color (decimal): -4710492 or 10756024. OLE color: 10756024.

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

Color convert

RGB 184 31 164 -
CMYK 0 0.83 0.11 0.28
HSL 307.84º 0.71% 0.42% -
HSV(B) 307.84º 0.83% 0.72% -
XYZ 26.96 13.85 36.37 -
YUV 91.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 184 31 164 0 0.83 0.11 0.28 307.84 0.71 0.42
Hex B8 1F A4 0 53 B 1C 134 47 2A
Octal 270 37 244 0 123 13 34 464 107 52
Binary 10111000 11111 10100100 0 1010011 1011 11100 100110100 1000111 101010

Color Harmonies of #B81FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81FA4

Black with #B81FA4

Text Example


Text Example

White with #B81FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81FA4; }

 p { color: rgb(184,31,164); }

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

background-color css

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

 a { background-color: rgb(184,31,164); }

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

border-color css

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

 span { border-color: rgb(184,31,164); }

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