Html Css Color HEX #B917A7 Medium Violet Red

📋 copy color: '#B917A7'

red 185 ◦ green 23 ◦ blue 167

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

Shades of Medium Violet Red #B917A7

Tints of Medium Violet Red #B917A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 49.33%
G = 6.13%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B917A7 (or 0xB917A7) is known color: Medium Violet Red. HEX triplet: B9, 17 and A7. RGB value is (185,23,167). Sum of RGB (Red+Green+Blue) = 185+23+167=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A7 is #46E858. Grayscale: #575757. Windows color (decimal): -4647001 or 10950585. OLE color: 10950585.

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

Color convert

RGB 185 23 167 -
CMYK 0 0.88 0.10 0.27
HSL 306.67º 0.78% 0.41% -
HSV(B) 306.67º 0.88% 0.73% -
XYZ 27.29 13.72 37.77 -
YUV 87.85 172.67 197.29 -
System Red Green Blue C M Y K H S L
Decimal 185 23 167 0 0.88 0.10 0.27 306.67 0.78 0.41
Hex B9 17 A7 0 58 A 1B 133 4E 29
Octal 271 27 247 0 130 12 33 463 116 51
Binary 10111001 10111 10100111 0 1011000 1010 11011 100110011 1001110 101001

Color Harmonies of #B917A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917A7

Black with #B917A7

Text Example


Text Example

White with #B917A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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