Html Css Color HEX #B217A1 Medium Violet Red

📋 copy color: '#B217A1'

red 178 ◦ green 23 ◦ blue 161

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

Shades of Medium Violet Red #B217A1

Tints of Medium Violet Red #B217A1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 49.17%
G = 6.35%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B217A1 (or 0xB217A1) is known color: Medium Violet Red. HEX triplet: B2, 17 and A1. RGB value is (178,23,161). Sum of RGB (Red+Green+Blue) = 178+23+161=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B217A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217A1 is #4DE85E. Grayscale: #545454. Windows color (decimal): -5105759 or 10557362. OLE color: 10557362.

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

Color convert

RGB 178 23 161 -
CMYK 0 0.87 0.10 0.30
HSL 306.58º 0.77% 0.39% -
HSV(B) 306.58º 0.87% 0.7% -
XYZ 25.1 12.65 34.84 -
YUV 85.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 178 23 161 0 0.87 0.10 0.30 306.58 0.77 0.39
Hex B2 17 A1 0 57 A 1E 133 4D 27
Octal 262 27 241 0 127 12 36 463 115 47
Binary 10110010 10111 10100001 0 1010111 1010 11110 100110011 1001101 100111

Color Harmonies of #B217A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217A1

Black with #B217A1

Text Example


Text Example

White with #B217A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217A1; }

 p { color: rgb(178,23,161); }

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

background-color css

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

 a { background-color: rgb(178,23,161); }

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

border-color css

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

 span { border-color: rgb(178,23,161); }

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