Html Css Color HEX #B21C8E Medium Violet Red

📋 copy color: '#B21C8E'

red 178 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #B21C8E

Tints of Medium Violet Red #B21C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 51.15%
G = 8.05%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B21C8E (or 0xB21C8E) is known color: Medium Violet Red. HEX triplet: B2, 1C and 8E. RGB value is (178,28,142). Sum of RGB (Red+Green+Blue) = 178+28+142=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21C8E is #4DE371. Grayscale: #555555. Windows color (decimal): -5104498 or 9313458. OLE color: 9313458.

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

Color convert

RGB 178 28 142 -
CMYK 0 0.84 0.20 0.30
HSL 314.4º 0.73% 0.4% -
HSV(B) 314.4º 0.84% 0.7% -
XYZ 23.66 12.25 26.71 -
YUV 85.85 159.7 193.73 -
System Red Green Blue C M Y K H S L
Decimal 178 28 142 0 0.84 0.20 0.30 314.4 0.73 0.4
Hex B2 1C 8E 0 54 14 1E 13A 49 28
Octal 262 34 216 0 124 24 36 472 111 50
Binary 10110010 11100 10001110 0 1010100 10100 11110 100111010 1001001 101000

Color Harmonies of #B21C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C8E

Black with #B21C8E

Text Example


Text Example

White with #B21C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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