Html Css Color HEX #B21497 Medium Violet Red

📋 copy color: '#B21497'

red 178 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #B21497

Tints of Medium Violet Red #B21497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

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

R = 51%
G = 5.73%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B21497 (or 0xB21497) is known color: Medium Violet Red. HEX triplet: B2, 14 and 97. RGB value is (178,20,151). Sum of RGB (Red+Green+Blue) = 178+20+151=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B21497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21497 is #4DEB68. Grayscale: #515151. Windows color (decimal): -5106537 or 9901234. OLE color: 9901234.

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

Color convert

RGB 178 20 151 -
CMYK 0 0.89 0.15 0.30
HSL 310.25º 0.8% 0.39% -
HSV(B) 310.25º 0.89% 0.7% -
XYZ 24.2 12.2 30.36 -
YUV 82.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 178 20 151 0 0.89 0.15 0.30 310.25 0.8 0.39
Hex B2 14 97 0 59 F 1E 136 50 27
Octal 262 24 227 0 131 17 36 466 120 47
Binary 10110010 10100 10010111 0 1011001 1111 11110 100110110 1010000 100111

Color Harmonies of #B21497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21497

Black with #B21497

Text Example


Text Example

White with #B21497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21497; }

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

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

background-color css

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

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

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

border-color css

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

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

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