#B240AF

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

Shades of Fuchsia #B240AF

Tints of Fuchsia #B240AF

Color information

#B240AF (or 0xB240AF) is unknown color: approx Fuchsia. HEX triplet: B2, 40 and AF. RGB value is (178,64,175). Sum of RGB (Red+Green+Blue) = 178+64+175=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AF is #4DBF50. Grayscale: #6E6E6E. Windows color (decimal): -5095249 or 11485362. OLE color: 11485362.

HSL color Cylindrical-coordinate representation of color #B240AF: hue angle of 301.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240AF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17864175-
CMYK00.640.020.30
HSL301.58º47.11%47.45%-
HSV(B)301.58º64.04%69.8%-
XYZ27.9316.2342.22-
YUV110.74164.27175.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=42.69%
G=15.35%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786417500.640.020.30301.5847.1147.45
HexB240AF04021E12e2f2f
Octal26210025701002364565757
Binary10110010100000010101111010000001011110100101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240AF; }

 p { color: rgb(178,64,175); }

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

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

 a { background-color: rgb(178,64,175); }

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

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

 span { border-color: rgb(178,64,175); }

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