#B726AE

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

Shades of Fuchsia #B726AE

Tints of Fuchsia #B726AE

Color information

#B726AE (or 0xB726AE) is unknown color: approx Fuchsia. HEX triplet: B7, 26 and AE. RGB value is (183,38,174). Sum of RGB (Red+Green+Blue) = 183+38+174=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B726AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B726AE is #48D951. Grayscale: #606060. Windows color (decimal): -4774226 or 11413175. OLE color: 11413175.

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

Color convert

RGB18338174-
CMYK00.790.050.28
HSL303.72º65.61%43.33%-
HSV(B)303.72º79.23%71.76%-
XYZ27.8614.5141.38-
YUV96.86171.54189.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=46.33%
G=9.62%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833817400.790.050.28303.7265.6143.33
HexB726AE04F51C130422b
Octal26746256011753446010253
Binary101101111001101010111001001111101111001001100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B726AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B726AE; }

 p { color: rgb(183,38,174); }

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

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

 a { background-color: rgb(183,38,174); }

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

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

 span { border-color: rgb(183,38,174); }

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