Html Css Color HEX #B21BA1 Medium Violet Red

📋 copy color: '#B21BA1'

red 178 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #B21BA1

Tints of Medium Violet Red #B21BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 48.63%
G = 7.38%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B21BA1 (or 0xB21BA1) is known color: Medium Violet Red. HEX triplet: B2, 1B and A1. RGB value is (178,27,161). Sum of RGB (Red+Green+Blue) = 178+27+161=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BA1 is #4DE45E. Grayscale: #575757. Windows color (decimal): -5104735 or 10558386. OLE color: 10558386.

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

Color convert

RGB 178 27 161 -
CMYK 0 0.85 0.10 0.30
HSL 306.76º 0.74% 0.4% -
HSV(B) 306.76º 0.85% 0.7% -
XYZ 25.19 12.82 34.87 -
YUV 87.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 178 27 161 0 0.85 0.10 0.30 306.76 0.74 0.4
Hex B2 1B A1 0 55 A 1E 133 4A 28
Octal 262 33 241 0 125 12 36 463 112 50
Binary 10110010 11011 10100001 0 1010101 1010 11110 100110011 1001010 101000

Color Harmonies of #B21BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BA1

Black with #B21BA1

Text Example


Text Example

White with #B21BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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