Html Css Color HEX #B919A2 Medium Violet Red

📋 copy color: '#B919A2'

red 185 ◦ green 25 ◦ blue 162

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

Shades of Medium Violet Red #B919A2

Tints of Medium Violet Red #B919A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 49.73%
G = 6.72%
B = 43.55%

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

#B919A2 (or 0xB919A2) is known color: Medium Violet Red. HEX triplet: B9, 19 and A2. RGB value is (185,25,162). Sum of RGB (Red+Green+Blue) = 185+25+162=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B919A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919A2 is #46E65D. Grayscale: #585858. Windows color (decimal): -4646494 or 10623417. OLE color: 10623417.

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

Color convert

RGB 185 25 162 -
CMYK 0 0.86 0.12 0.27
HSL 308.63º 0.76% 0.41% -
HSV(B) 308.63º 0.86% 0.73% -
XYZ 26.88 13.62 35.39 -
YUV 88.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 185 25 162 0 0.86 0.12 0.27 308.63 0.76 0.41
Hex B9 19 A2 0 56 C 1B 135 4C 29
Octal 271 31 242 0 126 14 33 465 114 51
Binary 10111001 11001 10100010 0 1010110 1100 11011 100110101 1001100 101001

Color Harmonies of #B919A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919A2

Black with #B919A2

Text Example


Text Example

White with #B919A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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