#B667AB

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

Shades of Violet Blue #B667AB

Tints of Violet Blue #B667AB

Color information

#B667AB (or 0xB667AB) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and AB. RGB value is (182,103,171). Sum of RGB (Red+Green+Blue) = 182+103+171=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AB is #499854. Grayscale: #868686. Windows color (decimal): -4823125 or 11233206. OLE color: 11233206.

HSL color Cylindrical-coordinate representation of color #B667AB: hue angle of 308.35º 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 #B667AB is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182103171-
CMYK00.430.060.29
HSL308.35º35.11%55.88%-
HSV(B)308.35º43.41%71.37%-
XYZ31.4922.5941.23-
YUV134.37148.67161.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=39.91%
G=22.59%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210317100.430.060.29308.3535.1155.88
HexB667AB02B61D1342338
Octal2661472530536354644370
Binary10110110110011110101011010101111011101100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667AB; }

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

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

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

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

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

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

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

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