Html Css Color HEX #B21297 Medium Violet Red

📋 copy color: '#B21297'

red 178 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #B21297

Tints of Medium Violet Red #B21297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 51.3%
G = 5.19%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B21297 (or 0xB21297) is known color: Medium Violet Red. HEX triplet: B2, 12 and 97. RGB value is (178,18,151). Sum of RGB (Red+Green+Blue) = 178+18+151=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B21297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21297 is #4DED68. Grayscale: #505050. Windows color (decimal): -5107049 or 9900722. OLE color: 9900722.

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

Color convert

RGB 178 18 151 -
CMYK 0 0.90 0.15 0.30
HSL 310.13º 0.82% 0.38% -
HSV(B) 310.13º 0.9% 0.7% -
XYZ 24.16 12.13 30.35 -
YUV 81 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 178 18 151 0 0.90 0.15 0.30 310.13 0.82 0.38
Hex B2 12 97 0 5A F 1E 136 52 26
Octal 262 22 227 0 132 17 36 466 122 46
Binary 10110010 10010 10010111 0 1011010 1111 11110 100110110 1010010 100110

Color Harmonies of #B21297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21297

Black with #B21297

Text Example


Text Example

White with #B21297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21297; }

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

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

background-color css

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

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

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

border-color css

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

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

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