#B746B0

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

Shades of Fuchsia #B746B0

Tints of Fuchsia #B746B0

Color information

#B746B0 (or 0xB746B0) is unknown color: approx Fuchsia. HEX triplet: B7, 46 and B0. RGB value is (183,70,176). Sum of RGB (Red+Green+Blue) = 183+70+176=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B746B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746B0 is #48B94F. Grayscale: #737373. Windows color (decimal): -4766032 or 11552439. OLE color: 11552439.

HSL color Cylindrical-coordinate representation of color #B746B0: hue angle of 303.72º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B746B0 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18370176-
CMYK00.620.040.28
HSL303.72º44.66%49.61%-
HSV(B)303.72º61.75%71.76%-
XYZ29.5617.5842.91-
YUV115.87161.94175.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 176 (69.14% from 255) = 41.03%
R=42.66%
G=16.32%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837017600.620.040.28303.7244.6649.61
HexB746B003E41C1302d32
Octal2671062600764344605562
Binary10110111100011010110000011111010011100100110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B746B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B746B0; }

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

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

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

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

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

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

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

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