#B367AA

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

Shades of Violet Blue #B367AA

Tints of Violet Blue #B367AA

Color information

#B367AA (or 0xB367AA) is unknown color: approx Violet Blue. HEX triplet: B3, 67 and AA. RGB value is (179,103,170). Sum of RGB (Red+Green+Blue) = 179+103+170=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B367AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B367AA is #4C9855. Grayscale: #858585. Windows color (decimal): -5019734 or 11167667. OLE color: 11167667.

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

Color convert

RGB179103170-
CMYK00.420.050.30
HSL307.11º33.33%55.29%-
HSV(B)307.11º42.46%70.2%-
XYZ30.722.1940.69-
YUV133.36148.68160.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 103 (40.62% from 255) = 22.79%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=39.60%
G=22.79%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910317000.420.050.30307.1133.3355.29
HexB367AA02A51E1332137
Octal2631472520525364634167
Binary10110011110011110101010010101010111110100110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367AA; }

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

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

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

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

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

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

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

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