#B746BA

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

Shades of Fuchsia #B746BA

Tints of Fuchsia #B746BA

Color information

#B746BA (or 0xB746BA) is unknown color: approx Fuchsia. HEX triplet: B7, 46 and BA. RGB value is (183,70,186). Sum of RGB (Red+Green+Blue) = 183+70+186=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B746BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746BA is #48B945. Grayscale: #747474. Windows color (decimal): -4766022 or 12207799. OLE color: 12207799.

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

Color convert

RGB18370186-
CMYK0.020.6200.27
HSL298.45º45.67%50.2%-
HSV(B)298.45º62.37%72.94%-
XYZ30.5817.9948.32-
YUV117.01166.94175.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 70 (27.73% from 255) = 15.95%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=41.69%
G=15.95%
B=42.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183701860.020.6200.27298.4545.6750.2
HexB746BA23E01B12a2e32
Octal2671062722760334525662
Binary1011011110001101011101010111110011011100101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B746BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B746BA; }

 p { color: rgb(183,70,186); }

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

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

 a { background-color: rgb(183,70,186); }

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

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

 span { border-color: rgb(183,70,186); }

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