#B667A5

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

Shades of Violet Blue #B667A5

Tints of Violet Blue #B667A5

Color information

#B667A5 (or 0xB667A5) is unknown color: approx Violet Blue. HEX triplet: B6, 67 and A5. RGB value is (182,103,165). Sum of RGB (Red+Green+Blue) = 182+103+165=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B667A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667A5 is #49985A. Grayscale: #858585. Windows color (decimal): -4823131 or 10839990. OLE color: 10839990.

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

Color convert

RGB182103165-
CMYK00.430.090.29
HSL312.91º35.11%55.88%-
HSV(B)312.91º43.41%71.37%-
XYZ30.9322.3638.28-
YUV133.69145.67162.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=40.44%
G=22.89%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210316500.430.090.29312.9135.1155.88
HexB667A502B91D1392338
Octal26614724505311354714370
Binary101101101100111101001010101011100111101100111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B667A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B667A5; }

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

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

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

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

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

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

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

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