Html Css Color HEX #B21690 Medium Violet Red

📋 copy color: '#B21690'

red 178 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #B21690

Tints of Medium Violet Red #B21690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.4%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 51.74%
G = 6.4%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B21690 (or 0xB21690) is known color: Medium Violet Red. HEX triplet: B2, 16 and 90. RGB value is (178,22,144). Sum of RGB (Red+Green+Blue) = 178+22+144=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B21690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21690 is #4DE96F. Grayscale: #525252. Windows color (decimal): -5106032 or 9442994. OLE color: 9442994.

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

Color convert

RGB 178 22 144 -
CMYK 0 0.88 0.19 0.30
HSL 313.08º 0.78% 0.39% -
HSV(B) 313.08º 0.88% 0.7% -
XYZ 23.68 12.05 27.46 -
YUV 82.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 178 22 144 0 0.88 0.19 0.30 313.08 0.78 0.39
Hex B2 16 90 0 58 13 1E 139 4E 27
Octal 262 26 220 0 130 23 36 471 116 47
Binary 10110010 10110 10010000 0 1011000 10011 11110 100111001 1001110 100111

Color Harmonies of #B21690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21690

Black with #B21690

Text Example


Text Example

White with #B21690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21690; }

 p { color: rgb(178,22,144); }

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

background-color css

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

 a { background-color: rgb(178,22,144); }

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

border-color css

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

 span { border-color: rgb(178,22,144); }

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