#B673BA

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

Shades of Fuchsia #B673BA

Tints of Fuchsia #B673BA

Color information

#B673BA (or 0xB673BA) is unknown color: approx Fuchsia. HEX triplet: B6, 73 and BA. RGB value is (182,115,186). Sum of RGB (Red+Green+Blue) = 182+115+186=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B673BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BA is #498C45. Grayscale: #8E8E8E. Windows color (decimal): -4820038 or 12219318. OLE color: 12219318.

HSL color Cylindrical-coordinate representation of color #B673BA: hue angle of 296.62º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B673BA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182115186-
CMYK0.020.3800.27
HSL296.62º33.97%59.02%-
HSV(B)296.62º38.17%72.94%-
XYZ34.2925.7549.62-
YUV143.13152.2155.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=37.68%
G=23.81%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821151860.020.3800.27296.6233.9759.02
HexB673BA22601B129223b
Octal2661632722460334514273
Binary1011011011100111011101010100110011011100101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673BA; }

 p { color: rgb(182,115,186); }

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

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

 a { background-color: rgb(182,115,186); }

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

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

 span { border-color: rgb(182,115,186); }

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