Html Css Color HEX #B21696 Medium Violet Red

📋 copy color: '#B21696'

red 178 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #B21696

Tints of Medium Violet Red #B21696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 50.86%
G = 6.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21696 (or 0xB21696) is known color: Medium Violet Red. HEX triplet: B2, 16 and 96. RGB value is (178,22,150). Sum of RGB (Red+Green+Blue) = 178+22+150=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21696 is #4DE969. Grayscale: #525252. Windows color (decimal): -5106026 or 9836210. OLE color: 9836210.

HSL color Cylindrical-coordinate representation of color #B21696: hue angle of 310.77º 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 #B21696 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 22 150 -
CMYK 0 0.88 0.16 0.30
HSL 310.77º 0.78% 0.39% -
HSV(B) 310.77º 0.88% 0.7% -
XYZ 24.15 12.24 29.94 -
YUV 83.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 178 22 150 0 0.88 0.16 0.30 310.77 0.78 0.39
Hex B2 16 96 0 58 10 1E 137 4E 27
Octal 262 26 226 0 130 20 36 467 116 47
Binary 10110010 10110 10010110 0 1011000 10000 11110 100110111 1001110 100111

Color Harmonies of #B21696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21696

Black with #B21696

Text Example


Text Example

White with #B21696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21696; }

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

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

background-color css

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

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

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

border-color css

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

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

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