#B2018E

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

Shades of Medium Violet Red #B2018E

Tints of Medium Violet Red #B2018E

Color information

#B2018E (or 0xB2018E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 01 and 8E. RGB value is (178,1,142). Sum of RGB (Red+Green+Blue) = 178+1+142=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2018E is #4DFE71. Grayscale: #454545. Windows color (decimal): -5111410 or 9306546. OLE color: 9306546.

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

Color convert

RGB1781142-
CMYK00.990.200.30
HSL312.2º98.88%35.1%-
HSV(B)312.2º99.44%69.8%-
XYZ23.2511.4426.57-
YUV70168.64205.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.45%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=55.45%
G=0.31%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178114200.990.200.30312.298.8835.1
HexB218E063141E1386323
Octal26212160143243647014343
Binary101100101100011100110001110100111101001110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2018E; }

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

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

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

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

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

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

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

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