Html Css Color HEX #B917A1 Medium Violet Red

📋 copy color: '#B917A1'

red 185 ◦ green 23 ◦ blue 161

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

Shades of Medium Violet Red #B917A1

Tints of Medium Violet Red #B917A1

RGB

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

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

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

R = 50.14%
G = 6.23%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B917A1 (or 0xB917A1) is known color: Medium Violet Red. HEX triplet: B9, 17 and A1. RGB value is (185,23,161). Sum of RGB (Red+Green+Blue) = 185+23+161=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A1 is #46E85E. Grayscale: #565656. Windows color (decimal): -4647007 or 10557369. OLE color: 10557369.

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

Color convert

RGB 185 23 161 -
CMYK 0 0.88 0.13 0.27
HSL 308.89º 0.78% 0.41% -
HSV(B) 308.89º 0.88% 0.73% -
XYZ 26.75 13.5 34.91 -
YUV 87.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 185 23 161 0 0.88 0.13 0.27 308.89 0.78 0.41
Hex B9 17 A1 0 58 D 1B 135 4E 29
Octal 271 27 241 0 130 15 33 465 116 51
Binary 10111001 10111 10100001 0 1011000 1101 11011 100110101 1001110 101001

Color Harmonies of #B917A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917A1

Black with #B917A1

Text Example


Text Example

White with #B917A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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