Html Css Color HEX #B918A1 Medium Violet Red

📋 copy color: '#B918A1'

red 185 ◦ green 24 ◦ blue 161

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

Shades of Medium Violet Red #B918A1

Tints of Medium Violet Red #B918A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.51%

R = 50%
G = 6.49%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B918A1 (or 0xB918A1) is known color: Medium Violet Red. HEX triplet: B9, 18 and A1. RGB value is (185,24,161). Sum of RGB (Red+Green+Blue) = 185+24+161=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B918A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B918A1 is #46E75E. Grayscale: #575757. Windows color (decimal): -4646751 or 10557625. OLE color: 10557625.

HSL color Cylindrical-coordinate representation of color #B918A1: hue angle of 308.94º 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 #B918A1 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 24 161 -
CMYK 0 0.87 0.13 0.27
HSL 308.94º 0.77% 0.41% -
HSV(B) 308.94º 0.87% 0.73% -
XYZ 26.77 13.54 34.92 -
YUV 87.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 185 24 161 0 0.87 0.13 0.27 308.94 0.77 0.41
Hex B9 18 A1 0 57 D 1B 135 4D 29
Octal 271 30 241 0 127 15 33 465 115 51
Binary 10111001 11000 10100001 0 1010111 1101 11011 100110101 1001101 101001

Color Harmonies of #B918A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918A1

Black with #B918A1

Text Example


Text Example

White with #B918A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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