#B245A1

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

Shades of Violet Blue #B245A1

Tints of Violet Blue #B245A1

Color information

#B245A1 (or 0xB245A1) is unknown color: approx Violet Blue. HEX triplet: B2, 45 and A1. RGB value is (178,69,161). Sum of RGB (Red+Green+Blue) = 178+69+161=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B245A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B245A1 is #4DBA5E. Grayscale: #6F6F6F. Windows color (decimal): -5093983 or 10569138. OLE color: 10569138.

HSL color Cylindrical-coordinate representation of color #B245A1: hue angle of 309.36º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B245A1 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17869161-
CMYK00.610.100.30
HSL309.36º44.13%48.43%-
HSV(B)309.36º61.24%69.8%-
XYZ26.9216.2935.44-
YUV112.08155.61175.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 161 (63.28% from 255) = 39.46%
R=43.63%
G=16.91%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786916100.610.100.30309.3644.1348.43
HexB245A103DA1E1352c30
Octal26210524107512364655460
Binary101100101000101101000010111101101011110100110101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B245A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B245A1; }

 p { color: rgb(178,69,161); }

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

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

 a { background-color: rgb(178,69,161); }

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

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

 span { border-color: rgb(178,69,161); }

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