Html Css Color HEX #B21386 Medium Violet Red

📋 copy color: '#B21386'

red 178 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #B21386

Tints of Medium Violet Red #B21386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 53.78%
G = 5.74%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B21386 (or 0xB21386) is known color: Medium Violet Red. HEX triplet: B2, 13 and 86. RGB value is (178,19,134). Sum of RGB (Red+Green+Blue) = 178+19+134=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21386 is #4DEC79. Grayscale: #4F4F4F. Windows color (decimal): -5106810 or 8786866. OLE color: 8786866.

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

Color convert

RGB 178 19 134 -
CMYK 0 0.89 0.25 0.30
HSL 316.6º 0.81% 0.39% -
HSV(B) 316.6º 0.89% 0.7% -
XYZ 22.9 11.65 23.6 -
YUV 79.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 178 19 134 0 0.89 0.25 0.30 316.6 0.81 0.39
Hex B2 13 86 0 59 19 1E 13D 51 27
Octal 262 23 206 0 131 31 36 475 121 47
Binary 10110010 10011 10000110 0 1011001 11001 11110 100111101 1010001 100111

Color Harmonies of #B21386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21386

Black with #B21386

Text Example


Text Example

White with #B21386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21386; }

 p { color: rgb(178,19,134); }

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

background-color css

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

 a { background-color: rgb(178,19,134); }

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

border-color css

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

 span { border-color: rgb(178,19,134); }

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