#B667AA

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

Shades of Violet Blue #B667AA

Tints of Violet Blue #B667AA

Color information

#B667AA (or 0xB667AA) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and AA. RGB value is (182,103,170). Sum of RGB (Red+Green+Blue) = 182+103+170=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AA is #499855. Grayscale: #868686. Windows color (decimal): -4823126 or 11167670. OLE color: 11167670.

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

Color convert

RGB182103170-
CMYK00.430.070.29
HSL309.11º35.11%55.88%-
HSV(B)309.11º43.41%71.37%-
XYZ31.422.5540.73-
YUV134.26148.17162.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=40%
G=22.64%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210317000.430.070.29309.1135.1155.88
HexB667AA02B71D1352338
Octal2661472520537354654370
Binary10110110110011110101010010101111111101100110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667AA; }

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

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

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

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

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

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

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

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