#B368A4

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

Shades of Violet Blue #B368A4

Tints of Violet Blue #B368A4

Color information

#B368A4 (or 0xB368A4) is unknown color: approx Violet Blue. HEX triplet: B3, 68 and A4. RGB value is (179,104,164). Sum of RGB (Red+Green+Blue) = 179+104+164=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B368A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368A4 is #4C975B. Grayscale: #858585. Windows color (decimal): -5019484 or 10774707. OLE color: 10774707.

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

Color convert

RGB179104164-
CMYK00.420.080.30
HSL312º33.04%55.49%-
HSV(B)312º41.9%70.2%-
XYZ30.2422.1637.81-
YUV133.26145.35160.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=40.04%
G=23.27%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910416400.420.080.3031233.0455.49
HexB368A402A81E1382137
Octal26315024405210364704167
Binary101100111101000101001000101010100011110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368A4; }

 p { color: rgb(179,104,164); }

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

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

 a { background-color: rgb(179,104,164); }

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

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

 span { border-color: rgb(179,104,164); }

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