Html Css Color HEX #B219A4 Medium Violet Red

📋 copy color: '#B219A4'

red 178 ◦ green 25 ◦ blue 164

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

Shades of Medium Violet Red #B219A4

Tints of Medium Violet Red #B219A4

RGB

 RED value IS 178 (69.92% from 255) = 48.5%

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

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 48.5%
G = 6.81%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B219A4 (or 0xB219A4) is known color: Medium Violet Red. HEX triplet: B2, 19 and A4. RGB value is (178,25,164). Sum of RGB (Red+Green+Blue) = 178+25+164=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B219A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219A4 is #4DE65B. Grayscale: #565656. Windows color (decimal): -5105244 or 10754482. OLE color: 10754482.

HSL color Cylindrical-coordinate representation of color #B219A4: hue angle of 305.49º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219A4 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 164 -
CMYK 0 0.86 0.08 0.30
HSL 305.49º 0.75% 0.4% -
HSV(B) 305.49º 0.86% 0.7% -
XYZ 25.41 12.84 36.26 -
YUV 86.59 171.69 193.2 -
System Red Green Blue C M Y K H S L
Decimal 178 25 164 0 0.86 0.08 0.30 305.49 0.75 0.4
Hex B2 19 A4 0 56 8 1E 131 4B 28
Octal 262 31 244 0 126 10 36 461 113 50
Binary 10110010 11001 10100100 0 1010110 1000 11110 100110001 1001011 101000

Color Harmonies of #B219A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219A4

Black with #B219A4

Text Example


Text Example

White with #B219A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219A4; }

 p { color: rgb(178,25,164); }

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

background-color css

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

 a { background-color: rgb(178,25,164); }

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

border-color css

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

 span { border-color: rgb(178,25,164); }

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