#B143A2

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

Shades of Violet Blue #B143A2

Tints of Violet Blue #B143A2

Color information

#B143A2 (or 0xB143A2) is unknown color: approx Violet Blue. HEX triplet: B1, 43 and A2. RGB value is (177,67,162). Sum of RGB (Red+Green+Blue) = 177+67+162=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B143A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143A2 is #4EBC5D. Grayscale: #6E6E6E. Windows color (decimal): -5160030 or 10634161. OLE color: 10634161.

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

Color convert

RGB17767162-
CMYK00.620.080.31
HSL308.18º45.08%47.84%-
HSV(B)308.18º62.15%69.41%-
XYZ26.6615.9735.86-
YUV110.72156.94175.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 67 (26.56% from 255) = 16.50%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=43.60%
G=16.50%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776716200.620.080.31308.1845.0847.84
HexB143A203E81F1342d30
Octal26110324207610374645560
Binary101100011000011101000100111110100011111100110100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B143A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B143A2; }

 p { color: rgb(177,67,162); }

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

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

 a { background-color: rgb(177,67,162); }

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

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

 span { border-color: rgb(177,67,162); }

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