Html Css Color HEX #B21295 Medium Violet Red

📋 copy color: '#B21295'

red 178 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #B21295

Tints of Medium Violet Red #B21295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 51.59%
G = 5.22%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21295 (or 0xB21295) is known color: Medium Violet Red. HEX triplet: B2, 12 and 95. RGB value is (178,18,149). Sum of RGB (Red+Green+Blue) = 178+18+149=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B21295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21295 is #4DED6A. Grayscale: #505050. Windows color (decimal): -5107051 or 9769650. OLE color: 9769650.

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

Color convert

RGB 178 18 149 -
CMYK 0 0.90 0.16 0.30
HSL 310.88º 0.82% 0.38% -
HSV(B) 310.88º 0.9% 0.7% -
XYZ 24 12.07 29.5 -
YUV 80.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 178 18 149 0 0.90 0.16 0.30 310.88 0.82 0.38
Hex B2 12 95 0 5A 10 1E 137 52 26
Octal 262 22 225 0 132 20 36 467 122 46
Binary 10110010 10010 10010101 0 1011010 10000 11110 100110111 1010010 100110

Color Harmonies of #B21295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21295

Black with #B21295

Text Example


Text Example

White with #B21295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21295; }

 p { color: rgb(178,18,149); }

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

background-color css

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

 a { background-color: rgb(178,18,149); }

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

border-color css

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

 span { border-color: rgb(178,18,149); }

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