Html Css Color HEX #B919A7 Medium Violet Red

📋 copy color: '#B919A7'

red 185 ◦ green 25 ◦ blue 167

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

Shades of Medium Violet Red #B919A7

Tints of Medium Violet Red #B919A7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

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

R = 49.07%
G = 6.63%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B919A7 (or 0xB919A7) is known color: Medium Violet Red. HEX triplet: B9, 19 and A7. RGB value is (185,25,167). Sum of RGB (Red+Green+Blue) = 185+25+167=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A7 is #46E658. Grayscale: #585858. Windows color (decimal): -4646489 or 10951097. OLE color: 10951097.

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

Color convert

RGB 185 25 167 -
CMYK 0 0.86 0.10 0.27
HSL 306.75º 0.76% 0.41% -
HSV(B) 306.75º 0.86% 0.73% -
XYZ 27.33 13.8 37.78 -
YUV 89.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 185 25 167 0 0.86 0.10 0.27 306.75 0.76 0.41
Hex B9 19 A7 0 56 A 1B 133 4C 29
Octal 271 31 247 0 126 12 33 463 114 51
Binary 10111001 11001 10100111 0 1010110 1010 11011 100110011 1001100 101001

Color Harmonies of #B919A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919A7

Black with #B919A7

Text Example


Text Example

White with #B919A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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