#B21B7E

Color #B21B7E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B21B7E

Tints of Medium Violet Red #B21B7E

Color information

#B21B7E (or 0xB21B7E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1B and 7E. RGB value is (178,27,126). Sum of RGB (Red+Green+Blue) = 178+27+126=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B7E is #4DE481. Grayscale: #535353. Windows color (decimal): -5104770 or 8264626. OLE color: 8264626.

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

Color convert

RGB17827126-
CMYK00.850.290.30
HSL320.66º73.66%40.2%-
HSV(B)320.66º84.83%69.8%-
XYZ22.5211.7620.82-
YUV83.44152.03195.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=53.78%
G=8.16%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782712600.850.290.30320.6673.6640.2
HexB21B7E0551D1E1414a28
Octal262331760125353650111250
Binary101100101101111111100101010111101111101010000011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B7E; }

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

 H1.HeaderClassName
 {
   color: #B21B7E;
 }
 .AnyTagClassName
 {
   color: #B21B7E;
 }
</style>
background-color css

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

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

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

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

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

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