#B153A7

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

Shades of Violet Blue #B153A7

Tints of Violet Blue #B153A7

Color information

#B153A7 (or 0xB153A7) is unknown color: approx Violet Blue. HEX triplet: B1, 53 and A7. RGB value is (177,83,167). Sum of RGB (Red+Green+Blue) = 177+83+167=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B153A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B153A7 is #4EAC58. Grayscale: #787878. Windows color (decimal): -5155929 or 10965937. OLE color: 10965937.

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

Color convert

RGB17783167-
CMYK00.530.060.31
HSL306.38º37.6%50.98%-
HSV(B)306.38º53.11%69.41%-
XYZ28.218.3238.61-
YUV120.68154.14168.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=41.45%
G=19.44%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778316700.530.060.31306.3837.650.98
HexB153A703561F1322633
Octal2611232470656374624663
Binary10110001101001110100111011010111011111100110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153A7; }

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

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

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

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

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

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

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

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