Html Css Color HEX #B918AA Medium Violet Red

📋 copy color: '#B918AA'

red 185 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #B918AA

Tints of Medium Violet Red #B918AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 48.81%
G = 6.33%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B918AA (or 0xB918AA) is known color: Medium Violet Red. HEX triplet: B9, 18 and AA. RGB value is (185,24,170). Sum of RGB (Red+Green+Blue) = 185+24+170=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B918AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B918AA is #46E755. Grayscale: #585858. Windows color (decimal): -4646742 or 11147449. OLE color: 11147449.

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

Color convert

RGB 185 24 170 -
CMYK 0 0.87 0.08 0.27
HSL 305.59º 0.77% 0.41% -
HSV(B) 305.59º 0.87% 0.73% -
XYZ 27.59 13.87 39.25 -
YUV 88.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 185 24 170 0 0.87 0.08 0.27 305.59 0.77 0.41
Hex B9 18 AA 0 57 8 1B 132 4D 29
Octal 271 30 252 0 127 10 33 462 115 51
Binary 10111001 11000 10101010 0 1010111 1000 11011 100110010 1001101 101001

Color Harmonies of #B918AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918AA

Black with #B918AA

Text Example


Text Example

White with #B918AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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