#B368A7

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

Shades of Violet Blue #B368A7

Tints of Violet Blue #B368A7

Color information

#B368A7 (or 0xB368A7) is unknown color: approx Violet Blue. HEX triplet: B3, 68 and A7. RGB value is (179,104,167). Sum of RGB (Red+Green+Blue) = 179+104+167=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B368A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368A7 is #4C9758. Grayscale: #858585. Windows color (decimal): -5019481 or 10971315. OLE color: 10971315.

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

Color convert

RGB179104167-
CMYK00.420.070.30
HSL309.6º33.04%55.49%-
HSV(B)309.6º41.9%70.2%-
XYZ30.5222.2739.25-
YUV133.61146.85160.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 167 (65.62% from 255) = 37.11%
R=39.78%
G=23.11%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910416700.420.070.30309.633.0455.49
HexB368A702A71E1362137
Octal2631502470527364664167
Binary10110011110100010100111010101011111110100110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368A7; }

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

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

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

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

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

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

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

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