#B153A4

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

Shades of Violet Blue #B153A4

Tints of Violet Blue #B153A4

Color information

#B153A4 (or 0xB153A4) is unknown color: approx Violet Blue. HEX triplet: B1, 53 and A4. RGB value is (177,83,164). Sum of RGB (Red+Green+Blue) = 177+83+164=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B153A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153A4 is #4EAC5B. Grayscale: #787878. Windows color (decimal): -5155932 or 10769329. OLE color: 10769329.

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

Color convert

RGB17783164-
CMYK00.530.070.31
HSL308.3º37.6%50.98%-
HSV(B)308.3º53.11%69.41%-
XYZ27.9318.2137.17-
YUV120.34152.64168.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=41.75%
G=19.58%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778316400.530.070.31308.337.650.98
HexB153A403571F1342633
Octal2611232440657374644663
Binary10110001101001110100100011010111111111100110100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153A4; }

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

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

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

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

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

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

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

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