#B2127B

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

Shades of Medium Violet Red #B2127B

Tints of Medium Violet Red #B2127B

Color information

#B2127B (or 0xB2127B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 12 and 7B. RGB value is (178,18,123). Sum of RGB (Red+Green+Blue) = 178+18+123=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2127B is #4DED84. Grayscale: #4D4D4D. Windows color (decimal): -5107077 or 8065714. OLE color: 8065714.

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

Color convert

RGB17818123-
CMYK00.900.310.30
HSL320.62º81.63%38.43%-
HSV(B)320.62º89.89%69.8%-
XYZ22.1511.3319.76-
YUV77.81153.51199.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=55.80%
G=5.64%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781812300.900.310.30320.6281.6338.43
HexB2127B05A1F1E1415226
Octal262221730132373650112246
Binary101100101001011110110101101011111111101010000011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2127B; }

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

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

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

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

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

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

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

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