Html Css Color HEX #B21096 Medium Violet Red

📋 copy color: '#B21096'

red 178 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #B21096

Tints of Medium Violet Red #B21096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 51.74%
G = 4.65%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21096 (or 0xB21096) is known color: Medium Violet Red. HEX triplet: B2, 10 and 96. RGB value is (178,16,150). Sum of RGB (Red+Green+Blue) = 178+16+150=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B21096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21096 is #4DEF69. Grayscale: #4F4F4F. Windows color (decimal): -5107562 or 9834674. OLE color: 9834674.

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

Color convert

RGB 178 16 150 -
CMYK 0 0.91 0.16 0.30
HSL 310.37º 0.84% 0.38% -
HSV(B) 310.37º 0.91% 0.7% -
XYZ 24.05 12.04 29.91 -
YUV 79.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 178 16 150 0 0.91 0.16 0.30 310.37 0.84 0.38
Hex B2 10 96 0 5B 10 1E 136 54 26
Octal 262 20 226 0 133 20 36 466 124 46
Binary 10110010 10000 10010110 0 1011011 10000 11110 100110110 1010100 100110

Color Harmonies of #B21096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21096

Black with #B21096

Text Example


Text Example

White with #B21096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21096; }

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

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

background-color css

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

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

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

border-color css

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

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

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