#B667AD

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

Shades of Violet Blue #B667AD

Tints of Violet Blue #B667AD

Color information

#B667AD (or 0xB667AD) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and AD. RGB value is (182,103,173). Sum of RGB (Red+Green+Blue) = 182+103+173=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AD is #499852. Grayscale: #868686. Windows color (decimal): -4823123 or 11364278. OLE color: 11364278.

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

Color convert

RGB182103173-
CMYK00.430.050.29
HSL306.84º35.11%55.88%-
HSV(B)306.84º43.41%71.37%-
XYZ31.6822.6642.24-
YUV134.6149.67161.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=39.74%
G=22.49%
B=37.77%

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
Decimal18210317300.430.050.29306.8435.1155.88
HexB667AD02B51D1332338
Octal2661472550535354634370
Binary10110110110011110101101010101110111101100110011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667AD; }

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

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

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

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

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

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

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

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