#B2168E

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

Shades of Medium Violet Red #B2168E

Tints of Medium Violet Red #B2168E

Color information

#B2168E (or 0xB2168E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 16 and 8E. RGB value is (178,22,142). Sum of RGB (Red+Green+Blue) = 178+22+142=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2168E is #4DE971. Grayscale: #525252. Windows color (decimal): -5106034 or 9311922. OLE color: 9311922.

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

Color convert

RGB17822142-
CMYK00.880.200.30
HSL313.85º78%39.22%-
HSV(B)313.85º87.64%69.8%-
XYZ23.5311.9926.67-
YUV82.32161.68196.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=52.05%
G=6.43%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782214200.880.200.30313.857839.22
HexB2168E058141E13a4e27
Octal262262160130243647211647
Binary1011001010110100011100101100010100111101001110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2168E; }

 p { color: rgb(178,22,142); }

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

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

 a { background-color: rgb(178,22,142); }

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

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

 span { border-color: rgb(178,22,142); }

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