#B153A1

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

Shades of Violet Blue #B153A1

Tints of Violet Blue #B153A1

Color information

#B153A1 (or 0xB153A1) is unknown color: approx Violet Blue. HEX triplet: B1, 53 and A1. RGB value is (177,83,161). Sum of RGB (Red+Green+Blue) = 177+83+161=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B153A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153A1 is #4EAC5E. Grayscale: #777777. Windows color (decimal): -5155935 or 10572721. OLE color: 10572721.

HSL color Cylindrical-coordinate representation of color #B153A1: hue angle of 310.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B153A1 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17783161-
CMYK00.530.090.31
HSL310.21º37.6%50.98%-
HSV(B)310.21º53.11%69.41%-
XYZ27.6618.1135.76-
YUV120151.14168.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=42.04%
G=19.71%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778316100.530.090.31310.2137.650.98
HexB153A103591F1362633
Octal26112324106511374664663
Binary101100011010011101000010110101100111111100110110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153A1; }

 p { color: rgb(177,83,161); }

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

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

 a { background-color: rgb(177,83,161); }

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

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

 span { border-color: rgb(177,83,161); }

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