#B04FBB

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

Shades of Fuchsia #B04FBB

Tints of Fuchsia #B04FBB

Color information

#B04FBB (or 0xB04FBB) is unknown color: approx Fuchsia. HEX triplet: B0, 4F and BB. RGB value is (176,79,187). Sum of RGB (Red+Green+Blue) = 176+79+187=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #B04FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FBB is #4FB044. Grayscale: #777777. Windows color (decimal): -5222469 or 12275632. OLE color: 12275632.

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

Color convert

RGB17679187-
CMYK0.060.5800.27
HSL293.89º44.26%52.16%-
HSV(B)293.89º57.75%73.33%-
XYZ29.6718.4149-
YUV120.31165.64167.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=39.82%
G=17.87%
B=42.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176791870.060.5800.27293.8944.2652.16
HexB04FBB63A01B1262c34
Octal2601172736720334465464
Binary10110000100111110111011110111010011011100100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04FBB; }

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

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

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

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

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

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

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

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