Html Css Color HEX #B216A4 Medium Violet Red

📋 copy color: '#B216A4'

red 178 ◦ green 22 ◦ blue 164

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

Shades of Medium Violet Red #B216A4

Tints of Medium Violet Red #B216A4

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 48.9%
G = 6.04%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B216A4 (or 0xB216A4) is known color: Medium Violet Red. HEX triplet: B2, 16 and A4. RGB value is (178,22,164). Sum of RGB (Red+Green+Blue) = 178+22+164=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B216A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B216A4 is #4DE95B. Grayscale: #545454. Windows color (decimal): -5106012 or 10753714. OLE color: 10753714.

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

Color convert

RGB 178 22 164 -
CMYK 0 0.88 0.08 0.30
HSL 305.38º 0.78% 0.39% -
HSV(B) 305.38º 0.88% 0.7% -
XYZ 25.35 12.72 36.24 -
YUV 84.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 178 22 164 0 0.88 0.08 0.30 305.38 0.78 0.39
Hex B2 16 A4 0 58 8 1E 131 4E 27
Octal 262 26 244 0 130 10 36 461 116 47
Binary 10110010 10110 10100100 0 1011000 1000 11110 100110001 1001110 100111

Color Harmonies of #B216A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216A4

Black with #B216A4

Text Example


Text Example

White with #B216A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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