Html Css Color HEX #B919AA Medium Violet Red

📋 copy color: '#B919AA'

red 185 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #B919AA

Tints of Medium Violet Red #B919AA

RGB

 RED value IS 185 (72.66% from 255) = 48.68%

 GREEN value IS 25 (10.16% from 255) = 6.58%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 48.68%
G = 6.58%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B919AA (or 0xB919AA) is known color: Medium Violet Red. HEX triplet: B9, 19 and AA. RGB value is (185,25,170). Sum of RGB (Red+Green+Blue) = 185+25+170=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B919AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919AA is #46E655. Grayscale: #585858. Windows color (decimal): -4646486 or 11147705. OLE color: 11147705.

HSL color Cylindrical-coordinate representation of color #B919AA: hue angle of 305.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919AA is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 170 -
CMYK 0 0.86 0.08 0.27
HSL 305.63º 0.76% 0.41% -
HSV(B) 305.63º 0.86% 0.73% -
XYZ 27.61 13.91 39.26 -
YUV 89.37 173.51 196.21 -
System Red Green Blue C M Y K H S L
Decimal 185 25 170 0 0.86 0.08 0.27 305.63 0.76 0.41
Hex B9 19 AA 0 56 8 1B 132 4C 29
Octal 271 31 252 0 126 10 33 462 114 51
Binary 10111001 11001 10101010 0 1010110 1000 11011 100110010 1001100 101001

Color Harmonies of #B919AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919AA

Black with #B919AA

Text Example


Text Example

White with #B919AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919AA; }

 p { color: rgb(185,25,170); }

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

background-color css

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

 a { background-color: rgb(185,25,170); }

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

border-color css

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

 span { border-color: rgb(185,25,170); }

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