#B247A0

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

Shades of Violet Blue #B247A0

Tints of Violet Blue #B247A0

Color information

#B247A0 (or 0xB247A0) is unknown color: approx Violet Blue. HEX triplet: B2, 47 and A0. RGB value is (178,71,160). Sum of RGB (Red+Green+Blue) = 178+71+160=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B247A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B247A0 is #4DB85F. Grayscale: #707070. Windows color (decimal): -5093472 or 10504114. OLE color: 10504114.

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

Color convert

RGB17871160-
CMYK00.600.100.30
HSL310.09º42.97%48.82%-
HSV(B)310.09º60.11%69.8%-
XYZ26.9616.5135.02-
YUV113.14154.45174.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 160 (62.89% from 255) = 39.12%
R=43.52%
G=17.36%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787116000.600.100.30310.0942.9748.82
HexB247A003CA1E1362b31
Octal26210724007412364665361
Binary101100101000111101000000111100101011110100110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247A0; }

 p { color: rgb(178,71,160); }

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

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

 a { background-color: rgb(178,71,160); }

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

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

 span { border-color: rgb(178,71,160); }

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