#B863A3

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

Shades of Violet Blue #B863A3

Tints of Violet Blue #B863A3

Color information

#B863A3 (or 0xB863A3) is unknown color: approx Violet Blue. HEX triplet: B8, 63 and A3. RGB value is (184,99,163). Sum of RGB (Red+Green+Blue) = 184+99+163=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B863A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B863A3 is #479C5C. Grayscale: #838383. Windows color (decimal): -4693085 or 10707896. OLE color: 10707896.

HSL color Cylindrical-coordinate representation of color #B863A3: hue angle of 314.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B863A3 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18499163-
CMYK00.460.110.28
HSL314.82º37.44%55.49%-
HSV(B)314.82º46.2%72.16%-
XYZ30.8421.7637.22-
YUV131.71145.66165.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 163 (64.06% from 255) = 36.55%
R=41.26%
G=22.20%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849916300.460.110.28314.8237.4455.49
HexB863A302EB1C13b2537
Octal27014324305613344734567
Binary101110001100011101000110101110101111100100111011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B863A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B863A3; }

 p { color: rgb(184,99,163); }

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

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

 a { background-color: rgb(184,99,163); }

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

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

 span { border-color: rgb(184,99,163); }

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