#B145A6

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

Shades of Violet Blue #B145A6

Tints of Violet Blue #B145A6

Color information

#B145A6 (or 0xB145A6) is unknown color: approx Violet Blue. HEX triplet: B1, 45 and A6. RGB value is (177,69,166). Sum of RGB (Red+Green+Blue) = 177+69+166=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B145A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145A6 is #4EBA59. Grayscale: #707070. Windows color (decimal): -5159514 or 10896817. OLE color: 10896817.

HSL color Cylindrical-coordinate representation of color #B145A6: hue angle of 306.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B145A6 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17769166-
CMYK00.610.060.31
HSL306.11º43.9%48.24%-
HSV(B)306.11º61.02%69.41%-
XYZ27.1416.3637.8-
YUV112.35158.28174.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 166 (65.23% from 255) = 40.29%
R=42.96%
G=16.75%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776916600.610.060.31306.1143.948.24
HexB145A603D61F1322c30
Octal2611052460756374625460
Binary10110001100010110100110011110111011111100110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145A6; }

 p { color: rgb(177,69,166); }

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

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

 a { background-color: rgb(177,69,166); }

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

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

 span { border-color: rgb(177,69,166); }

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