#B246A1

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

Shades of Violet Blue #B246A1

Tints of Violet Blue #B246A1

Color information

#B246A1 (or 0xB246A1) is unknown color: approx Violet Blue. HEX triplet: B2, 46 and A1. RGB value is (178,70,161). Sum of RGB (Red+Green+Blue) = 178+70+161=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B246A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246A1 is #4DB95E. Grayscale: #707070. Windows color (decimal): -5093727 or 10569394. OLE color: 10569394.

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

Color convert

RGB17870161-
CMYK00.610.100.30
HSL309.44º43.55%48.63%-
HSV(B)309.44º60.67%69.8%-
XYZ26.9816.4235.47-
YUV112.67155.28174.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=43.52%
G=17.11%
B=39.36%

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
Decimal1787016100.610.100.30309.4443.5548.63
HexB246A103DA1E1352c31
Octal26210624107512364655461
Binary101100101000110101000010111101101011110100110101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246A1; }

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

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

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

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

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

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

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

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