Html Css Color HEX #B219A0 Medium Violet Red

📋 copy color: '#B219A0'

red 178 ◦ green 25 ◦ blue 160

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

Shades of Medium Violet Red #B219A0

Tints of Medium Violet Red #B219A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 49.04%
G = 6.89%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B219A0 (or 0xB219A0) is known color: Medium Violet Red. HEX triplet: B2, 19 and A0. RGB value is (178,25,160). Sum of RGB (Red+Green+Blue) = 178+25+160=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B219A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219A0 is #4DE65F. Grayscale: #555555. Windows color (decimal): -5105248 or 10492338. OLE color: 10492338.

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

Color convert

RGB 178 25 160 -
CMYK 0 0.86 0.10 0.30
HSL 307.06º 0.75% 0.4% -
HSV(B) 307.06º 0.86% 0.7% -
XYZ 25.05 12.7 34.39 -
YUV 86.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 178 25 160 0 0.86 0.10 0.30 307.06 0.75 0.4
Hex B2 19 A0 0 56 A 1E 133 4B 28
Octal 262 31 240 0 126 12 36 463 113 50
Binary 10110010 11001 10100000 0 1010110 1010 11110 100110011 1001011 101000

Color Harmonies of #B219A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219A0

Black with #B219A0

Text Example


Text Example

White with #B219A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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