#B247A7

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

Shades of Violet Blue #B247A7

Tints of Violet Blue #B247A7

Color information

#B247A7 (or 0xB247A7) is unknown color: approx Violet Blue. HEX triplet: B2, 47 and A7. RGB value is (178,71,167). Sum of RGB (Red+Green+Blue) = 178+71+167=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B247A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B247A7 is #4DB858. Grayscale: #717171. Windows color (decimal): -5093465 or 10962866. OLE color: 10962866.

HSL color Cylindrical-coordinate representation of color #B247A7: hue angle of 306.17º 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 #B247A7 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17871167-
CMYK00.600.060.30
HSL306.17º42.97%48.82%-
HSV(B)306.17º60.11%69.8%-
XYZ27.5916.7638.34-
YUV113.94157.95173.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 167 (65.62% from 255) = 40.14%
R=42.79%
G=17.07%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787116700.600.060.30306.1742.9748.82
HexB247A703C61E1322b31
Octal2621072470746364625361
Binary10110010100011110100111011110011011110100110010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B247A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B247A7; }

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

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

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

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

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

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

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

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