#B2679F

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

Shades of Violet Blue #B2679F

Tints of Violet Blue #B2679F

Color information

#B2679F (or 0xB2679F) is unknown color: approx Violet Blue. HEX triplet: B2, 67 and 9F. RGB value is (178,103,159). Sum of RGB (Red+Green+Blue) = 178+103+159=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679F is #4D9860. Grayscale: #838383. Windows color (decimal): -5085281 or 10446770. OLE color: 10446770.

HSL color Cylindrical-coordinate representation of color #B2679F: hue angle of 315.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2679F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178103159-
CMYK00.420.110.30
HSL315.2º32.75%55.1%-
HSV(B)315.2º42.13%69.8%-
XYZ29.4721.6735.43-
YUV131.81143.35160.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=40.45%
G=23.41%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315900.420.110.30315.232.7555.1
HexB2679F02AB1E13b2137
Octal26214723705213364734167
Binary101100101100111100111110101010101111110100111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2679F; }

 p { color: rgb(178,103,159); }

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

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

 a { background-color: rgb(178,103,159); }

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

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

 span { border-color: rgb(178,103,159); }

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