Html Css Color HEX #B21D82 Medium Violet Red

📋 copy color: '#B21D82'

red 178 ◦ green 29 ◦ blue 130

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

Shades of Medium Violet Red #B21D82

Tints of Medium Violet Red #B21D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

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

R = 52.82%
G = 8.61%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B21D82 (or 0xB21D82) is known color: Medium Violet Red. HEX triplet: B2, 1D and 82. RGB value is (178,29,130). Sum of RGB (Red+Green+Blue) = 178+29+130=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21D82 is #4DE27D. Grayscale: #545454. Windows color (decimal): -5104254 or 8527282. OLE color: 8527282.

HSL color Cylindrical-coordinate representation of color #B21D82: hue angle of 319.33º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D82 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 130 -
CMYK 0 0.84 0.27 0.30
HSL 319.33º 0.72% 0.41% -
HSV(B) 319.33º 0.84% 0.7% -
XYZ 22.83 11.96 22.22 -
YUV 85.07 153.36 194.29 -
System Red Green Blue C M Y K H S L
Decimal 178 29 130 0 0.84 0.27 0.30 319.33 0.72 0.41
Hex B2 1D 82 0 54 1B 1E 13F 48 29
Octal 262 35 202 0 124 33 36 477 110 51
Binary 10110010 11101 10000010 0 1010100 11011 11110 100111111 1001000 101001

Color Harmonies of #B21D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D82

Black with #B21D82

Text Example


Text Example

White with #B21D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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