Html Css Color HEX #B21397 Medium Violet Red

📋 copy color: '#B21397'

red 178 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #B21397

Tints of Medium Violet Red #B21397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

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

R = 51.15%
G = 5.46%
B = 43.39%

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

#B21397 (or 0xB21397) is known color: Medium Violet Red. HEX triplet: B2, 13 and 97. RGB value is (178,19,151). Sum of RGB (Red+Green+Blue) = 178+19+151=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B21397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21397 is #4DEC68. Grayscale: #515151. Windows color (decimal): -5106793 or 9900978. OLE color: 9900978.

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

Color convert

RGB 178 19 151 -
CMYK 0 0.89 0.15 0.30
HSL 310.19º 0.81% 0.39% -
HSV(B) 310.19º 0.89% 0.7% -
XYZ 24.18 12.17 30.35 -
YUV 81.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 178 19 151 0 0.89 0.15 0.30 310.19 0.81 0.39
Hex B2 13 97 0 59 F 1E 136 51 27
Octal 262 23 227 0 131 17 36 466 121 47
Binary 10110010 10011 10010111 0 1011001 1111 11110 100110110 1010001 100111

Color Harmonies of #B21397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21397

Black with #B21397

Text Example


Text Example

White with #B21397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21397; }

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

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

background-color css

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

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

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

border-color css

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

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

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