#B655A1

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

Shades of Violet Blue #B655A1

Tints of Violet Blue #B655A1

Color information

#B655A1 (or 0xB655A1) is unknown color: approx Violet Blue. HEX triplet: B6, 55 and A1. RGB value is (182,85,161). Sum of RGB (Red+Green+Blue) = 182+85+161=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B655A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655A1 is #49AA5E. Grayscale: #7A7A7A. Windows color (decimal): -4827743 or 10573238. OLE color: 10573238.

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

Color convert

RGB18285161-
CMYK00.530.120.29
HSL312.99º39.92%52.35%-
HSV(B)312.99º53.3%71.37%-
XYZ28.9719.0235.86-
YUV122.67149.64170.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 161 (63.28% from 255) = 37.62%
R=42.52%
G=19.86%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828516100.530.120.29312.9939.9252.35
HexB655A1035C1D1392834
Octal26612524106514354715064
Binary101101101010101101000010110101110011101100111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655A1; }

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

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

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

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

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

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

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

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