#B03FBD

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

Shades of Fuchsia #B03FBD

Tints of Fuchsia #B03FBD

Color information

#B03FBD (or 0xB03FBD) is unknown color: approx Fuchsia. HEX triplet: B0, 3F and BD. RGB value is (176,63,189). Sum of RGB (Red+Green+Blue) = 176+63+189=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #B03FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FBD is #4FC042. Grayscale: #6E6E6E. Windows color (decimal): -5226563 or 12402608. OLE color: 12402608.

HSL color Cylindrical-coordinate representation of color #B03FBD: hue angle of 293.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03FBD is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17663189-
CMYK0.070.6700.26
HSL293.81º50%49.41%-
HSV(B)293.81º66.67%74.12%-
XYZ28.8716.4649.8-
YUV111.15171.94174.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=41.12%
G=14.72%
B=44.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176631890.070.6700.26293.815049.41
HexB03FBD74301A1263231
Octal2607727571030324466261
Binary10110000111111101111011111000011011010100100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FBD; }

 p { color: rgb(176,63,189); }

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

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

 a { background-color: rgb(176,63,189); }

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

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

 span { border-color: rgb(176,63,189); }

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