#B745AF

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

Shades of Fuchsia #B745AF

Tints of Fuchsia #B745AF

Color information

#B745AF (or 0xB745AF) is unknown color: approx Fuchsia. HEX triplet: B7, 45 and AF. RGB value is (183,69,175). Sum of RGB (Red+Green+Blue) = 183+69+175=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B745AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745AF is #48BA50. Grayscale: #727272. Windows color (decimal): -4766289 or 11486647. OLE color: 11486647.

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

Color convert

RGB18369175-
CMYK00.620.040.28
HSL304.21º45.24%49.41%-
HSV(B)304.21º62.3%71.76%-
XYZ29.3917.4242.37-
YUV115.17161.77176.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 16.16%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=42.86%
G=16.16%
B=40.98%

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
Decimal1836917500.620.040.28304.2145.2449.41
HexB745AF03E41C1302d31
Octal2671052570764344605561
Binary10110111100010110101111011111010011100100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745AF; }

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

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

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

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

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

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

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

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