#B03DAE

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

Shades of Fuchsia #B03DAE

Tints of Fuchsia #B03DAE

Color information

#B03DAE (or 0xB03DAE) is unknown color: approx Fuchsia. HEX triplet: B0, 3D and AE. RGB value is (176,61,174). Sum of RGB (Red+Green+Blue) = 176+61+174=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DAE is #4FC251. Grayscale: #6B6B6B. Windows color (decimal): -5227090 or 11419056. OLE color: 11419056.

HSL color Cylindrical-coordinate representation of color #B03DAE: hue angle of 301.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03DAE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17661174-
CMYK00.650.010.31
HSL301.04º48.52%46.47%-
HSV(B)301.04º65.34%69.02%-
XYZ27.2115.6241.63-
YUV108.27165.1176.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 61 (24.22% from 255) = 14.84%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=42.82%
G=14.84%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766117400.650.010.31301.0448.5246.47
HexB03DAE04111F12d312e
Octal2607525601011374556156
Binary101100001111011010111001000001111111100101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DAE; }

 p { color: rgb(176,61,174); }

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

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

 a { background-color: rgb(176,61,174); }

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

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

 span { border-color: rgb(176,61,174); }

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