Html Css Color HEX #B917A8 Medium Violet Red

📋 copy color: '#B917A8'

red 185 ◦ green 23 ◦ blue 168

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

Shades of Medium Violet Red #B917A8

Tints of Medium Violet Red #B917A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 49.2%
G = 6.12%
B = 44.68%

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

#B917A8 (or 0xB917A8) is known color: Medium Violet Red. HEX triplet: B9, 17 and A8. RGB value is (185,23,168). Sum of RGB (Red+Green+Blue) = 185+23+168=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B917A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B917A8 is #46E857. Grayscale: #575757. Windows color (decimal): -4647000 or 11016121. OLE color: 11016121.

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

Color convert

RGB 185 23 168 -
CMYK 0 0.88 0.09 0.27
HSL 306.3º 0.78% 0.41% -
HSV(B) 306.3º 0.88% 0.73% -
XYZ 27.38 13.75 38.26 -
YUV 87.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 185 23 168 0 0.88 0.09 0.27 306.3 0.78 0.41
Hex B9 17 A8 0 58 9 1B 132 4E 29
Octal 271 27 250 0 130 11 33 462 116 51
Binary 10111001 10111 10101000 0 1011000 1001 11011 100110010 1001110 101001

Color Harmonies of #B917A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917A8

Black with #B917A8

Text Example


Text Example

White with #B917A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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