#B21277

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

Shades of Medium Violet Red #B21277

Tints of Medium Violet Red #B21277

Color information

#B21277 (or 0xB21277) is unknown color: approx Medium Violet Red. HEX triplet: B2, 12 and 77. RGB value is (178,18,119). Sum of RGB (Red+Green+Blue) = 178+18+119=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B21277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21277 is #4DED88. Grayscale: #4D4D4D. Windows color (decimal): -5107081 or 7803570. OLE color: 7803570.

HSL color Cylindrical-coordinate representation of color #B21277: hue angle of 322.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21277 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17818119-
CMYK00.900.330.30
HSL322.12º81.63%38.43%-
HSV(B)322.12º89.89%69.8%-
XYZ21.9111.2318.47-
YUV77.35151.51199.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=56.51%
G=5.71%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781811900.900.330.30322.1281.6338.43
HexB2127705A211E1425226
Octal262221670132413650212246
Binary1011001010010111011101011010100001111101010000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21277; }

 p { color: rgb(178,18,119); }

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

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

 a { background-color: rgb(178,18,119); }

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

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

 span { border-color: rgb(178,18,119); }

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