#B038A6

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

Shades of Fuchsia #B038A6

Tints of Fuchsia #B038A6

Color information

#B038A6 (or 0xB038A6) is unknown color: approx Fuchsia. HEX triplet: B0, 38 and A6. RGB value is (176,56,166). Sum of RGB (Red+Green+Blue) = 176+56+166=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B038A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038A6 is #4FC759. Grayscale: #686868. Windows color (decimal): -5228378 or 10893488. OLE color: 10893488.

HSL color Cylindrical-coordinate representation of color #B038A6: hue angle of 305º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B038A6 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17656166-
CMYK00.680.060.31
HSL305º51.72%45.49%-
HSV(B)305º68.18%69.02%-
XYZ26.214.8137.55-
YUV104.42162.76179.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 56 (22.27% from 255) = 14.07%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=44.22%
G=14.07%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765616600.680.060.3130551.7245.49
HexB038A604461F131342d
Octal2607024601046374616455
Binary10110000111000101001100100010011011111100110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B038A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B038A6; }

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

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

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

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

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

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

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

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