#B246A5

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

Shades of Violet Blue #B246A5

Tints of Violet Blue #B246A5

Color information

#B246A5 (or 0xB246A5) is unknown color: approx Violet Blue. HEX triplet: B2, 46 and A5. RGB value is (178,70,165). Sum of RGB (Red+Green+Blue) = 178+70+165=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B246A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246A5 is #4DB95A. Grayscale: #707070. Windows color (decimal): -5093723 or 10831538. OLE color: 10831538.

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

Color convert

RGB17870165-
CMYK00.610.070.30
HSL307.22º43.55%48.63%-
HSV(B)307.22º60.67%69.8%-
XYZ27.3416.5637.35-
YUV113.12157.28174.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=43.10%
G=16.95%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787016500.610.070.30307.2243.5548.63
HexB246A503D71E1332c31
Octal2621062450757364635461
Binary10110010100011010100101011110111111110100110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246A5; }

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

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

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

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

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

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

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

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