Html Css Color HEX #B81AA5 Medium Violet Red

📋 copy color: '#B81AA5'

red 184 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #B81AA5

Tints of Medium Violet Red #B81AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 165 (64.84% from 255) = 44%

R = 49.07%
G = 6.93%
B = 44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B81AA5 (or 0xB81AA5) is known color: Medium Violet Red. HEX triplet: B8, 1A and A5. RGB value is (184,26,165). Sum of RGB (Red+Green+Blue) = 184+26+165=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B81AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81AA5 is #47E55A. Grayscale: #585858. Windows color (decimal): -4711771 or 10820280. OLE color: 10820280.

HSL color Cylindrical-coordinate representation of color #B81AA5: hue angle of 307.22º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81AA5 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 165 -
CMYK 0 0.86 0.10 0.28
HSL 307.22º 0.75% 0.41% -
HSV(B) 307.22º 0.86% 0.72% -
XYZ 26.93 13.65 36.81 -
YUV 89.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 184 26 165 0 0.86 0.10 0.28 307.22 0.75 0.41
Hex B8 1A A5 0 56 A 1C 133 4B 29
Octal 270 32 245 0 126 12 34 463 113 51
Binary 10111000 11010 10100101 0 1010110 1010 11100 100110011 1001011 101001

Color Harmonies of #B81AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81AA5

Black with #B81AA5

Text Example


Text Example

White with #B81AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81AA5; }

 p { color: rgb(184,26,165); }

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

background-color css

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

 a { background-color: rgb(184,26,165); }

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

border-color css

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

 span { border-color: rgb(184,26,165); }

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