#B667AC

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

Shades of Violet Blue #B667AC

Tints of Violet Blue #B667AC

Color information

#B667AC (or 0xB667AC) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and AC. RGB value is (182,103,172). Sum of RGB (Red+Green+Blue) = 182+103+172=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AC is #499853. Grayscale: #868686. Windows color (decimal): -4823124 or 11298742. OLE color: 11298742.

HSL color Cylindrical-coordinate representation of color #B667AC: hue angle of 307.59º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B667AC is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182103172-
CMYK00.430.050.29
HSL307.59º35.11%55.88%-
HSV(B)307.59º43.41%71.37%-
XYZ31.5922.6241.73-
YUV134.49149.17161.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 103 (40.62% from 255) = 22.54%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=39.82%
G=22.54%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210317200.430.050.29307.5935.1155.88
HexB667AC02B51D1342338
Octal2661472540535354644370
Binary10110110110011110101100010101110111101100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667AC; }

 p { color: rgb(182,103,172); }

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

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

 a { background-color: rgb(182,103,172); }

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

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

 span { border-color: rgb(182,103,172); }

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