#B142A2

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

Shades of Violet Blue #B142A2

Tints of Violet Blue #B142A2

Color information

#B142A2 (or 0xB142A2) is unknown color: approx Violet Blue. HEX triplet: B1, 42 and A2. RGB value is (177,66,162). Sum of RGB (Red+Green+Blue) = 177+66+162=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B142A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142A2 is #4EBD5D. Grayscale: #6D6D6D. Windows color (decimal): -5160286 or 10633905. OLE color: 10633905.

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

Color convert

RGB17766162-
CMYK00.630.080.31
HSL308.11º45.68%47.65%-
HSV(B)308.11º62.71%69.41%-
XYZ26.615.8535.84-
YUV110.13157.27175.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 162 (63.67% from 255) = 40%
R=43.70%
G=16.30%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776616200.630.080.31308.1145.6847.65
HexB142A203F81F1342e30
Octal26110224207710374645660
Binary101100011000010101000100111111100011111100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142A2; }

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

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

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

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

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

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

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

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