#B21875

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

Shades of Medium Violet Red #B21875

Tints of Medium Violet Red #B21875

Color information

#B21875 (or 0xB21875) is unknown color: approx Medium Violet Red. HEX triplet: B2, 18 and 75. RGB value is (178,24,117). Sum of RGB (Red+Green+Blue) = 178+24+117=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B21875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21875 is #4DE78A. Grayscale: #505050. Windows color (decimal): -5105547 or 7674034. OLE color: 7674034.

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

Color convert

RGB17824117-
CMYK00.870.340.30
HSL323.77º76.24%39.61%-
HSV(B)323.77º86.52%69.8%-
XYZ21.911.417.88-
YUV80.65148.52197.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=55.80%
G=7.52%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782411700.870.340.30323.7776.2439.61
HexB21875057221E1444c28
Octal262301650127423650411450
Binary1011001011000111010101010111100010111101010001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21875; }

 p { color: rgb(178,24,117); }

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

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

 a { background-color: rgb(178,24,117); }

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

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

 span { border-color: rgb(178,24,117); }

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