Html Css Color HEX #B21C8C Medium Violet Red

📋 copy color: '#B21C8C'

red 178 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #B21C8C

Tints of Medium Violet Red #B21C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 51.45%
G = 8.09%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B21C8C (or 0xB21C8C) is known color: Medium Violet Red. HEX triplet: B2, 1C and 8C. RGB value is (178,28,140). Sum of RGB (Red+Green+Blue) = 178+28+140=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C8C is #4DE373. Grayscale: #555555. Windows color (decimal): -5104500 or 9182386. OLE color: 9182386.

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

Color convert

RGB 178 28 140 -
CMYK 0 0.84 0.21 0.30
HSL 315.2º 0.73% 0.4% -
HSV(B) 315.2º 0.84% 0.7% -
XYZ 23.51 12.19 25.92 -
YUV 85.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 178 28 140 0 0.84 0.21 0.30 315.2 0.73 0.4
Hex B2 1C 8C 0 54 15 1E 13B 49 28
Octal 262 34 214 0 124 25 36 473 111 50
Binary 10110010 11100 10001100 0 1010100 10101 11110 100111011 1001001 101000

Color Harmonies of #B21C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C8C

Black with #B21C8C

Text Example


Text Example

White with #B21C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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