#B21D7B

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

Shades of Medium Violet Red #B21D7B

Tints of Medium Violet Red #B21D7B

Color information

#B21D7B (or 0xB21D7B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1D and 7B. RGB value is (178,29,123). Sum of RGB (Red+Green+Blue) = 178+29+123=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D7B is #4DE284. Grayscale: #545454. Windows color (decimal): -5104261 or 8068530. OLE color: 8068530.

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

Color convert

RGB17829123-
CMYK00.840.310.30
HSL322.15º71.98%40.59%-
HSV(B)322.15º83.71%69.8%-
XYZ22.3711.7719.83-
YUV84.27149.86194.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=53.94%
G=8.79%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782912300.840.310.30322.1571.9840.59
HexB21D7B0541F1E1424829
Octal262351730124373650211051
Binary101100101110111110110101010011111111101010000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D7B; }

 p { color: rgb(178,29,123); }

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

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

 a { background-color: rgb(178,29,123); }

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

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

 span { border-color: rgb(178,29,123); }

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