#B368A1

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

Shades of Violet Blue #B368A1

Tints of Violet Blue #B368A1

Color information

#B368A1 (or 0xB368A1) is unknown color: approx Violet Blue. HEX triplet: B3, 68 and A1. RGB value is (179,104,161). Sum of RGB (Red+Green+Blue) = 179+104+161=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B368A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368A1 is #4C975E. Grayscale: #848484. Windows color (decimal): -5019487 or 10578099. OLE color: 10578099.

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

Color convert

RGB179104161-
CMYK00.420.100.30
HSL314.4º33.04%55.49%-
HSV(B)314.4º41.9%70.2%-
XYZ29.9722.0636.4-
YUV132.92143.85160.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=40.32%
G=23.42%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910416100.420.100.30314.433.0455.49
HexB368A102AA1E13a2137
Octal26315024105212364724167
Binary101100111101000101000010101010101011110100111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368A1; }

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

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

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

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

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

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

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

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