#B655A4

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

Shades of Violet Blue #B655A4

Tints of Violet Blue #B655A4

Color information

#B655A4 (or 0xB655A4) is unknown color: approx Violet Blue. HEX triplet: B6, 55 and A4. RGB value is (182,85,164). Sum of RGB (Red+Green+Blue) = 182+85+164=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B655A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655A4 is #49AA5B. Grayscale: #7A7A7A. Windows color (decimal): -4827740 or 10769846. OLE color: 10769846.

HSL color Cylindrical-coordinate representation of color #B655A4: hue angle of 311.13º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B655A4 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18285164-
CMYK00.530.100.29
HSL311.13º39.92%52.35%-
HSV(B)311.13º53.3%71.37%-
XYZ29.2419.1237.27-
YUV123.01151.14170.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=42.23%
G=19.72%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828516400.530.100.29311.1339.9252.35
HexB655A4035A1D1372834
Octal26612524406512354675064
Binary101101101010101101001000110101101011101100110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655A4; }

 p { color: rgb(182,85,164); }

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

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

 a { background-color: rgb(182,85,164); }

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

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

 span { border-color: rgb(182,85,164); }

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