#B2067B

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

Shades of Medium Violet Red #B2067B

Tints of Medium Violet Red #B2067B

Color information

#B2067B (or 0xB2067B) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 7B. RGB value is (178,6,123). Sum of RGB (Red+Green+Blue) = 178+6+123=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2067B is #4DF984. Grayscale: #464646. Windows color (decimal): -5110149 or 8062642. OLE color: 8062642.

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

Color convert

RGB1786123-
CMYK00.970.310.30
HSL319.19º93.48%36.08%-
HSV(B)319.19º96.63%69.8%-
XYZ2211.0319.71-
YUV70.77157.48204.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=57.98%
G=1.95%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178612300.970.310.30319.1993.4836.08
HexB267B0611F1E13f5d24
Octal26261730141373647713544
Binary1011001011011110110110000111111111101001111111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2067B; }

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

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

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

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

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

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

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

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