#B2067E

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

Shades of Medium Violet Red #B2067E

Tints of Medium Violet Red #B2067E

Color information

#B2067E (or 0xB2067E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 7E. RGB value is (178,6,126). Sum of RGB (Red+Green+Blue) = 178+6+126=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2067E is #4DF981. Grayscale: #464646. Windows color (decimal): -5110146 or 8259250. OLE color: 8259250.

HSL color Cylindrical-coordinate representation of color #B2067E: hue angle of 318.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2067E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB1786126-
CMYK00.970.290.30
HSL318.14º93.48%36.08%-
HSV(B)318.14º96.63%69.8%-
XYZ22.1911.120.71-
YUV71.11158.98204.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=57.42%
G=1.94%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178612600.970.290.30318.1493.4836.08
HexB267E0611D1E13e5d24
Octal26261760141353647613544
Binary1011001011011111100110000111101111101001111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2067E; }

 p { color: rgb(178,6,126); }

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

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

 a { background-color: rgb(178,6,126); }

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

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

 span { border-color: rgb(178,6,126); }

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