#B05FBC

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

Shades of Fuchsia #B05FBC

Tints of Fuchsia #B05FBC

Color information

#B05FBC (or 0xB05FBC) is unknown color: approx Fuchsia. HEX triplet: B0, 5F and BC. RGB value is (176,95,188). Sum of RGB (Red+Green+Blue) = 176+95+188=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #B05FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05FBC is #4FA043. Grayscale: #818181. Windows color (decimal): -5218372 or 12345264. OLE color: 12345264.

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

Color convert

RGB17695188-
CMYK0.060.4900.26
HSL292.26º40.97%55.49%-
HSV(B)292.26º49.47%73.73%-
XYZ31.0721.0550-
YUV129.82160.84160.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=38.34%
G=20.70%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176951880.060.4900.26292.2640.9755.49
HexB05FBC63101A1242937
Octal2601372746610324445167
Binary10110000101111110111100110110001011010100100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05FBC; }

 p { color: rgb(176,95,188); }

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

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

 a { background-color: rgb(176,95,188); }

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

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

 span { border-color: rgb(176,95,188); }

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