#B673BF

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

Shades of Fuchsia #B673BF

Tints of Fuchsia #B673BF

Color information

#B673BF (or 0xB673BF) is unknown color: approx Fuchsia. HEX triplet: B6, 73 and BF. RGB value is (182,115,191). Sum of RGB (Red+Green+Blue) = 182+115+191=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #B673BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BF is #498C40. Grayscale: #8F8F8F. Windows color (decimal): -4820033 or 12546998. OLE color: 12546998.

HSL color Cylindrical-coordinate representation of color #B673BF: hue angle of 292.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B673BF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182115191-
CMYK0.050.4000.25
HSL292.89º37.25%60%-
HSV(B)292.89º39.79%74.9%-
XYZ34.8325.9752.47-
YUV143.7154.7155.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 191 (75% from 255) = 39.14%
R=37.30%
G=23.57%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821151910.050.4000.25292.8937.2560
HexB673BF528019125253c
Octal2661632775500314454574
Binary10110110111001110111111101101000011001100100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673BF; }

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

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

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

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

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

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

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

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