#B748AE

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

Shades of Fuchsia #B748AE

Tints of Fuchsia #B748AE

Color information

#B748AE (or 0xB748AE) is unknown color: approx Fuchsia. HEX triplet: B7, 48 and AE. RGB value is (183,72,174). Sum of RGB (Red+Green+Blue) = 183+72+174=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B748AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748AE is #48B751. Grayscale: #747474. Windows color (decimal): -4765522 or 11421879. OLE color: 11421879.

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

Color convert

RGB18372174-
CMYK00.610.050.28
HSL304.86º43.53%50%-
HSV(B)304.86º60.66%71.76%-
XYZ29.4917.7641.92-
YUV116.82160.27175.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=42.66%
G=16.78%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837217400.610.050.28304.8643.5350
HexB748AE03D51C1312c32
Octal2671102560755344615462
Binary10110111100100010101110011110110111100100110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B748AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B748AE; }

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

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

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

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

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

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

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

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