#B2179E

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

Shades of Medium Violet Red #B2179E

Tints of Medium Violet Red #B2179E

Color information

#B2179E (or 0xB2179E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 17 and 9E. RGB value is (178,23,158). Sum of RGB (Red+Green+Blue) = 178+23+158=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2179E is #4DE861. Grayscale: #545454. Windows color (decimal): -5105762 or 10360754. OLE color: 10360754.

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

Color convert

RGB17823158-
CMYK00.870.110.30
HSL307.74º77.11%39.41%-
HSV(B)307.74º87.08%69.8%-
XYZ24.8412.5533.46-
YUV84.74169.35194.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 23 (9.38% from 255) = 6.41%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=49.58%
G=6.41%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782315800.870.110.30307.7477.1139.41
HexB2179E057B1E1344d27
Octal262272360127133646411547
Binary101100101011110011110010101111011111101001101001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2179E; }

 p { color: rgb(178,23,158); }

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

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

 a { background-color: rgb(178,23,158); }

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

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

 span { border-color: rgb(178,23,158); }

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