#B2187A

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

Shades of Medium Violet Red #B2187A

Tints of Medium Violet Red #B2187A

Color information

#B2187A (or 0xB2187A) is unknown color: approx Medium Violet Red. HEX triplet: B2, 18 and 7A. RGB value is (178,24,122). Sum of RGB (Red+Green+Blue) = 178+24+122=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2187A is #4DE785. Grayscale: #505050. Windows color (decimal): -5105542 or 8001714. OLE color: 8001714.

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

Color convert

RGB17824122-
CMYK00.870.310.30
HSL321.82º76.24%39.61%-
HSV(B)321.82º86.52%69.8%-
XYZ22.211.5219.47-
YUV81.22151.02197.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 24 (9.77% from 255) = 7.41%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=54.94%
G=7.41%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782412200.870.310.30321.8276.2439.61
HexB2187A0571F1E1424c28
Octal262301720127373650211450
Binary101100101100011110100101011111111111101010000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2187A; }

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

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

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

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

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

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

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

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