Html Css Color HEX #B21C7E Medium Violet Red

📋 copy color: '#B21C7E'

red 178 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #B21C7E

Tints of Medium Violet Red #B21C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 53.61%
G = 8.43%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B21C7E (or 0xB21C7E) is known color: Medium Violet Red. HEX triplet: B2, 1C and 7E. RGB value is (178,28,126). Sum of RGB (Red+Green+Blue) = 178+28+126=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C7E is #4DE381. Grayscale: #535353. Windows color (decimal): -5104514 or 8264882. OLE color: 8264882.

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

Color convert

RGB 178 28 126 -
CMYK 0 0.84 0.29 0.30
HSL 320.8º 0.73% 0.4% -
HSV(B) 320.8º 0.84% 0.7% -
XYZ 22.54 11.8 20.83 -
YUV 84.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 178 28 126 0 0.84 0.29 0.30 320.8 0.73 0.4
Hex B2 1C 7E 0 54 1D 1E 141 49 28
Octal 262 34 176 0 124 35 36 501 111 50
Binary 10110010 11100 1111110 0 1010100 11101 11110 101000001 1001001 101000

Color Harmonies of #B21C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C7E

Black with #B21C7E

Text Example


Text Example

White with #B21C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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