Html Css Color HEX #B21795 Medium Violet Red

📋 copy color: '#B21795'

red 178 ◦ green 23 ◦ blue 149

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

Shades of Medium Violet Red #B21795

Tints of Medium Violet Red #B21795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

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

R = 50.86%
G = 6.57%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21795 (or 0xB21795) is known color: Medium Violet Red. HEX triplet: B2, 17 and 95. RGB value is (178,23,149). Sum of RGB (Red+Green+Blue) = 178+23+149=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B21795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21795 is #4DE86A. Grayscale: #535353. Windows color (decimal): -5105771 or 9770930. OLE color: 9770930.

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

Color convert

RGB 178 23 149 -
CMYK 0 0.87 0.16 0.30
HSL 311.23º 0.77% 0.39% -
HSV(B) 311.23º 0.87% 0.7% -
XYZ 24.09 12.25 29.53 -
YUV 83.71 164.85 195.25 -
System Red Green Blue C M Y K H S L
Decimal 178 23 149 0 0.87 0.16 0.30 311.23 0.77 0.39
Hex B2 17 95 0 57 10 1E 137 4D 27
Octal 262 27 225 0 127 20 36 467 115 47
Binary 10110010 10111 10010101 0 1010111 10000 11110 100110111 1001101 100111

Color Harmonies of #B21795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21795

Black with #B21795

Text Example


Text Example

White with #B21795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21795; }

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

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

background-color css

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

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

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

border-color css

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

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

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