Html Css Color HEX #B915A8 Medium Violet Red

📋 copy color: '#B915A8'

red 185 ◦ green 21 ◦ blue 168

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

Shades of Medium Violet Red #B915A8

Tints of Medium Violet Red #B915A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.61%

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

R = 49.47%
G = 5.61%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B915A8 (or 0xB915A8) is known color: Medium Violet Red. HEX triplet: B9, 15 and A8. RGB value is (185,21,168). Sum of RGB (Red+Green+Blue) = 185+21+168=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B915A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B915A8 is #46EA57. Grayscale: #565656. Windows color (decimal): -4647512 or 11015609. OLE color: 11015609.

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

Color convert

RGB 185 21 168 -
CMYK 0 0.89 0.09 0.27
HSL 306.22º 0.8% 0.4% -
HSV(B) 306.22º 0.89% 0.73% -
XYZ 27.34 13.68 38.24 -
YUV 86.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 185 21 168 0 0.89 0.09 0.27 306.22 0.8 0.4
Hex B9 15 A8 0 59 9 1B 132 50 28
Octal 271 25 250 0 131 11 33 462 120 50
Binary 10111001 10101 10101000 0 1011001 1001 11011 100110010 1010000 101000

Color Harmonies of #B915A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B915A8

Black with #B915A8

Text Example


Text Example

White with #B915A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B915A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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