#B746AF

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

Shades of Fuchsia #B746AF

Tints of Fuchsia #B746AF

Color information

#B746AF (or 0xB746AF) is unknown color: approx Fuchsia. HEX triplet: B7, 46 and AF. RGB value is (183,70,175). Sum of RGB (Red+Green+Blue) = 183+70+175=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AF is #48B950. Grayscale: #737373. Windows color (decimal): -4766033 or 11486903. OLE color: 11486903.

HSL color Cylindrical-coordinate representation of color #B746AF: hue angle of 304.25º 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 #B746AF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18370175-
CMYK00.620.040.28
HSL304.25º44.66%49.61%-
HSV(B)304.25º61.75%71.76%-
XYZ29.4617.5442.39-
YUV115.76161.44175.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=42.76%
G=16.36%
B=40.89%

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
Decimal1837017500.620.040.28304.2544.6649.61
HexB746AF03E41C1302d32
Octal2671062570764344605562
Binary10110111100011010101111011111010011100100110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B746AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B746AF; }

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

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

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

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

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

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

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

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