#B142A5

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

Shades of Violet Blue #B142A5

Tints of Violet Blue #B142A5

Color information

#B142A5 (or 0xB142A5) is unknown color: approx Violet Blue. HEX triplet: B1, 42 and A5. RGB value is (177,66,165). Sum of RGB (Red+Green+Blue) = 177+66+165=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B142A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142A5 is #4EBD5A. Grayscale: #6E6E6E. Windows color (decimal): -5160283 or 10830513. OLE color: 10830513.

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

Color convert

RGB17766165-
CMYK00.630.070.31
HSL306.49º45.68%47.65%-
HSV(B)306.49º62.71%69.41%-
XYZ26.8715.9637.26-
YUV110.48158.77175.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=43.38%
G=16.18%
B=40.44%

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
Decimal1776616500.630.070.31306.4945.6847.65
HexB142A503F71F1322e30
Octal2611022450777374625660
Binary10110001100001010100101011111111111111100110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142A5; }

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

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

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

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

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

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

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

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