#B246A7

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

Shades of Violet Blue #B246A7

Tints of Violet Blue #B246A7

Color information

#B246A7 (or 0xB246A7) is unknown color: approx Violet Blue. HEX triplet: B2, 46 and A7. RGB value is (178,70,167). Sum of RGB (Red+Green+Blue) = 178+70+167=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B246A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246A7 is #4DB958. Grayscale: #717171. Windows color (decimal): -5093721 or 10962610. OLE color: 10962610.

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

Color convert

RGB17870167-
CMYK00.610.060.30
HSL306.11º43.55%48.63%-
HSV(B)306.11º60.67%69.8%-
XYZ27.5316.6438.32-
YUV113.35158.28174.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 167 (65.62% from 255) = 40.24%
R=42.89%
G=16.87%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787016700.610.060.30306.1143.5548.63
HexB246A703D61E1322c31
Octal2621062470756364625461
Binary10110010100011010100111011110111011110100110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246A7; }

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

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

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

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

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

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

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

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