#B142A0

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

Shades of Violet Blue #B142A0

Tints of Violet Blue #B142A0

Color information

#B142A0 (or 0xB142A0) is unknown color: approx Violet Blue. HEX triplet: B1, 42 and A0. RGB value is (177,66,160). Sum of RGB (Red+Green+Blue) = 177+66+160=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B142A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142A0 is #4EBD5F. Grayscale: #6D6D6D. Windows color (decimal): -5160288 or 10502833. OLE color: 10502833.

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

Color convert

RGB17766160-
CMYK00.630.100.31
HSL309.19º45.68%47.65%-
HSV(B)309.19º62.71%69.41%-
XYZ26.4215.7834.91-
YUV109.9156.27175.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=43.92%
G=16.38%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776616000.630.100.31309.1945.6847.65
HexB142A003FA1F1352e30
Octal26110224007712374655660
Binary101100011000010101000000111111101011111100110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142A0; }

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

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

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

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

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

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

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

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