#B367A4

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

Shades of Violet Blue #B367A4

Tints of Violet Blue #B367A4

Color information

#B367A4 (or 0xB367A4) is unknown color: approx Violet Blue. HEX triplet: B3, 67 and A4. RGB value is (179,103,164). Sum of RGB (Red+Green+Blue) = 179+103+164=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B367A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367A4 is #4C985B. Grayscale: #848484. Windows color (decimal): -5019740 or 10774451. OLE color: 10774451.

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

Color convert

RGB179103164-
CMYK00.420.080.30
HSL311.84º33.33%55.29%-
HSV(B)311.84º42.46%70.2%-
XYZ30.1421.9637.77-
YUV132.68145.68161.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=40.13%
G=23.09%
B=36.77%

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
Decimal17910316400.420.080.30311.8433.3355.29
HexB367A402A81E1382137
Octal26314724405210364704167
Binary101100111100111101001000101010100011110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367A4; }

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

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

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

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

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

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

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

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