Html Css Color HEX #B919A3 Medium Violet Red

📋 copy color: '#B919A3'

red 185 ◦ green 25 ◦ blue 163

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

Shades of Medium Violet Red #B919A3

Tints of Medium Violet Red #B919A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.7%

R = 49.6%
G = 6.7%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B919A3 (or 0xB919A3) is known color: Medium Violet Red. HEX triplet: B9, 19 and A3. RGB value is (185,25,163). Sum of RGB (Red+Green+Blue) = 185+25+163=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A3 is #46E65C. Grayscale: #585858. Windows color (decimal): -4646493 or 10688953. OLE color: 10688953.

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

Color convert

RGB 185 25 163 -
CMYK 0 0.86 0.12 0.27
HSL 308.25º 0.76% 0.41% -
HSV(B) 308.25º 0.86% 0.73% -
XYZ 26.97 13.65 35.86 -
YUV 88.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 185 25 163 0 0.86 0.12 0.27 308.25 0.76 0.41
Hex B9 19 A3 0 56 C 1B 134 4C 29
Octal 271 31 243 0 126 14 33 464 114 51
Binary 10111001 11001 10100011 0 1010110 1100 11011 100110100 1001100 101001

Color Harmonies of #B919A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919A3

Black with #B919A3

Text Example


Text Example

White with #B919A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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