Html Css Color HEX #B917A9 Medium Violet Red

📋 copy color: '#B917A9'

red 185 ◦ green 23 ◦ blue 169

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

Shades of Medium Violet Red #B917A9

Tints of Medium Violet Red #B917A9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 49.07%
G = 6.1%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B917A9 (or 0xB917A9) is known color: Medium Violet Red. HEX triplet: B9, 17 and A9. RGB value is (185,23,169). Sum of RGB (Red+Green+Blue) = 185+23+169=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A9 is #46E856. Grayscale: #575757. Windows color (decimal): -4646999 or 11081657. OLE color: 11081657.

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

Color convert

RGB 185 23 169 -
CMYK 0 0.88 0.09 0.27
HSL 305.93º 0.78% 0.41% -
HSV(B) 305.93º 0.88% 0.73% -
XYZ 27.48 13.79 38.75 -
YUV 88.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 185 23 169 0 0.88 0.09 0.27 305.93 0.78 0.41
Hex B9 17 A9 0 58 9 1B 132 4E 29
Octal 271 27 251 0 130 11 33 462 116 51
Binary 10111001 10111 10101001 0 1011000 1001 11011 100110010 1001110 101001

Color Harmonies of #B917A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917A9

Black with #B917A9

Text Example


Text Example

White with #B917A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917A9; }

 p { color: rgb(185,23,169); }

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

background-color css

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

 a { background-color: rgb(185,23,169); }

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

border-color css

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

 span { border-color: rgb(185,23,169); }

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