#B141A5

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

Shades of Violet Blue #B141A5

Tints of Violet Blue #B141A5

Color information

#B141A5 (or 0xB141A5) is unknown color: approx Violet Blue. HEX triplet: B1, 41 and A5. RGB value is (177,65,165). Sum of RGB (Red+Green+Blue) = 177+65+165=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A5 is #4EBE5A. Grayscale: #6D6D6D. Windows color (decimal): -5160539 or 10830257. OLE color: 10830257.

HSL color Cylindrical-coordinate representation of color #B141A5: hue angle of 306.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A5 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17765165-
CMYK00.630.070.31
HSL306.43º46.28%47.45%-
HSV(B)306.43º63.28%69.41%-
XYZ26.8115.8437.24-
YUV109.89159.11175.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=43.49%
G=15.97%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776516500.630.070.31306.4346.2847.45
HexB141A503F71F1322e2f
Octal2611012450777374625657
Binary10110001100000110100101011111111111111100110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141A5; }

 p { color: rgb(177,65,165); }

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

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

 a { background-color: rgb(177,65,165); }

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

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

 span { border-color: rgb(177,65,165); }

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