Html Css Color HEX #B21A82 Medium Violet Red

📋 copy color: '#B21A82'

red 178 ◦ green 26 ◦ blue 130

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

Shades of Medium Violet Red #B21A82

Tints of Medium Violet Red #B21A82

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 53.29%
G = 7.78%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B21A82 (or 0xB21A82) is known color: Medium Violet Red. HEX triplet: B2, 1A and 82. RGB value is (178,26,130). Sum of RGB (Red+Green+Blue) = 178+26+130=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21A82 is #4DE57D. Grayscale: #535353. Windows color (decimal): -5105022 or 8526514. OLE color: 8526514.

HSL color Cylindrical-coordinate representation of color #B21A82: hue angle of 318.95º degrees, saturation: 0.75, 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 #B21A82 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 130 -
CMYK 0 0.85 0.27 0.30
HSL 318.95º 0.75% 0.4% -
HSV(B) 318.95º 0.85% 0.7% -
XYZ 22.76 11.82 22.2 -
YUV 83.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 178 26 130 0 0.85 0.27 0.30 318.95 0.75 0.4
Hex B2 1A 82 0 55 1B 1E 13F 4B 28
Octal 262 32 202 0 125 33 36 477 113 50
Binary 10110010 11010 10000010 0 1010101 11011 11110 100111111 1001011 101000

Color Harmonies of #B21A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A82

Black with #B21A82

Text Example


Text Example

White with #B21A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A82; }

 p { color: rgb(178,26,130); }

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

background-color css

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

 a { background-color: rgb(178,26,130); }

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

border-color css

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

 span { border-color: rgb(178,26,130); }

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