#B03CAD

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

Shades of Fuchsia #B03CAD

Tints of Fuchsia #B03CAD

Color information

#B03CAD (or 0xB03CAD) is unknown color: approx Fuchsia. HEX triplet: B0, 3C and AD. RGB value is (176,60,173). Sum of RGB (Red+Green+Blue) = 176+60+173=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B03CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03CAD is #4FC352. Grayscale: #6B6B6B. Windows color (decimal): -5227347 or 11353264. OLE color: 11353264.

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

Color convert

RGB17660173-
CMYK00.660.020.31
HSL301.55º49.15%46.27%-
HSV(B)301.55º65.91%69.02%-
XYZ27.0615.4841.1-
YUV107.57164.93176.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 60 (23.83% from 255) = 14.67%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=43.03%
G=14.67%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766017300.660.020.31301.5549.1546.27
HexB03CAD04221F12e312e
Octal2607425501022374566156
Binary1011000011110010101101010000101011111100101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CAD; }

 p { color: rgb(176,60,173); }

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

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

 a { background-color: rgb(176,60,173); }

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

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

 span { border-color: rgb(176,60,173); }

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