#B667AE

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

Shades of Violet Blue #B667AE

Tints of Violet Blue #B667AE

Color information

#B667AE (or 0xB667AE) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and AE. RGB value is (182,103,174). Sum of RGB (Red+Green+Blue) = 182+103+174=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AE is #499851. Grayscale: #868686. Windows color (decimal): -4823122 or 11429814. OLE color: 11429814.

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

Color convert

RGB182103174-
CMYK00.430.040.29
HSL306.08º35.11%55.88%-
HSV(B)306.08º43.41%71.37%-
XYZ31.7822.742.75-
YUV134.72150.17161.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=39.65%
G=22.44%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210317400.430.040.29306.0835.1155.88
HexB667AE02B41D1322338
Octal2661472560534354624370
Binary10110110110011110101110010101110011101100110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667AE; }

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

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

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

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

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

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

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

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