#B142A3

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

Shades of Violet Blue #B142A3

Tints of Violet Blue #B142A3

Color information

#B142A3 (or 0xB142A3) is unknown color: approx Violet Blue. HEX triplet: B1, 42 and A3. RGB value is (177,66,163). Sum of RGB (Red+Green+Blue) = 177+66+163=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B142A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142A3 is #4EBD5C. Grayscale: #6D6D6D. Windows color (decimal): -5160285 or 10699441. OLE color: 10699441.

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

Color convert

RGB17766163-
CMYK00.630.080.31
HSL307.57º45.68%47.65%-
HSV(B)307.57º62.71%69.41%-
XYZ26.6915.8936.31-
YUV110.25157.77175.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=43.60%
G=16.26%
B=40.15%

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
Decimal1776616300.630.080.31307.5745.6847.65
HexB142A303F81F1342e30
Octal26110224307710374645660
Binary101100011000010101000110111111100011111100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142A3; }

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

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

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

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

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

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

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

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