Html Css Color HEX #B21C95 Medium Violet Red

📋 copy color: '#B21C95'

red 178 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #B21C95

Tints of Medium Violet Red #B21C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

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

R = 50.14%
G = 7.89%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B21C95 (or 0xB21C95) is known color: Medium Violet Red. HEX triplet: B2, 1C and 95. RGB value is (178,28,149). Sum of RGB (Red+Green+Blue) = 178+28+149=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C95 is #4DE36A. Grayscale: #565656. Windows color (decimal): -5104491 or 9772210. OLE color: 9772210.

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

Color convert

RGB 178 28 149 -
CMYK 0 0.84 0.16 0.30
HSL 311.6º 0.73% 0.4% -
HSV(B) 311.6º 0.84% 0.7% -
XYZ 24.2 12.47 29.56 -
YUV 86.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 178 28 149 0 0.84 0.16 0.30 311.6 0.73 0.4
Hex B2 1C 95 0 54 10 1E 138 49 28
Octal 262 34 225 0 124 20 36 470 111 50
Binary 10110010 11100 10010101 0 1010100 10000 11110 100111000 1001001 101000

Color Harmonies of #B21C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C95

Black with #B21C95

Text Example


Text Example

White with #B21C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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