#B046BB

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

Shades of Fuchsia #B046BB

Tints of Fuchsia #B046BB

Color information

#B046BB (or 0xB046BB) is unknown color: approx Fuchsia. HEX triplet: B0, 46 and BB. RGB value is (176,70,187). Sum of RGB (Red+Green+Blue) = 176+70+187=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #B046BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BB is #4FB944. Grayscale: #727272. Windows color (decimal): -5224773 or 12273328. OLE color: 12273328.

HSL color Cylindrical-coordinate representation of color #B046BB: hue angle of 294.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B046BB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17670187-
CMYK0.060.6300.27
HSL294.36º46.25%50.39%-
HSV(B)294.36º62.57%73.33%-
XYZ29.0617.248.8-
YUV115.03168.62171.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=40.65%
G=16.17%
B=43.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176701870.060.6300.27294.3646.2550.39
HexB046BB63F01B1262e32
Octal2601062736770334465662
Binary10110000100011010111011110111111011011100100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046BB; }

 p { color: rgb(176,70,187); }

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

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

 a { background-color: rgb(176,70,187); }

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

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

 span { border-color: rgb(176,70,187); }

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