#B654A1

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

Shades of Violet Blue #B654A1

Tints of Violet Blue #B654A1

Color information

#B654A1 (or 0xB654A1) is unknown color: approx Violet Blue. HEX triplet: B6, 54 and A1. RGB value is (182,84,161). Sum of RGB (Red+Green+Blue) = 182+84+161=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B654A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B654A1 is #49AB5E. Grayscale: #797979. Windows color (decimal): -4827999 or 10572982. OLE color: 10572982.

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

Color convert

RGB18284161-
CMYK00.540.120.29
HSL312.86º40.16%52.16%-
HSV(B)312.86º53.85%71.37%-
XYZ28.8918.8635.84-
YUV122.08149.97170.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 161 (63.28% from 255) = 37.70%
R=42.62%
G=19.67%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828416100.540.120.29312.8640.1652.16
HexB654A1036C1D1392834
Octal26612424106614354715064
Binary101101101010100101000010110110110011101100111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654A1; }

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

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

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

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

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

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

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

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