#B038BA

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

Shades of Fuchsia #B038BA

Tints of Fuchsia #B038BA

Color information

#B038BA (or 0xB038BA) is unknown color: approx Fuchsia. HEX triplet: B0, 38 and BA. RGB value is (176,56,186). Sum of RGB (Red+Green+Blue) = 176+56+186=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B038BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038BA is #4FC745. Grayscale: #6A6A6A. Windows color (decimal): -5228358 or 12204208. OLE color: 12204208.

HSL color Cylindrical-coordinate representation of color #B038BA: hue angle of 295.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B038BA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17656186-
CMYK0.050.7000.27
HSL295.38º53.72%47.45%-
HSV(B)295.38º69.89%72.94%-
XYZ28.1815.647.98-
YUV106.7172.76177.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 56 (22.27% from 255) = 13.40%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=42.11%
G=13.40%
B=44.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176561860.050.7000.27295.3853.7247.45
HexB038BA54601B127362f
Octal2607027251060334476657
Binary10110000111000101110101011000110011011100100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B038BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B038BA; }

 p { color: rgb(176,56,186); }

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

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

 a { background-color: rgb(176,56,186); }

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

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

 span { border-color: rgb(176,56,186); }

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