#B05BB4

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

Shades of Fuchsia #B05BB4

Tints of Fuchsia #B05BB4

Color information

#B05BB4 (or 0xB05BB4) is unknown color: approx Fuchsia. HEX triplet: B0, 5B and B4. RGB value is (176,91,180). Sum of RGB (Red+Green+Blue) = 176+91+180=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #B05BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BB4 is #4FA44B. Grayscale: #7E7E7E. Windows color (decimal): -5219404 or 11819952. OLE color: 11819952.

HSL color Cylindrical-coordinate representation of color #B05BB4: hue angle of 297.3º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05BB4 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17691180-
CMYK0.020.4900.29
HSL297.3º37.24%53.14%-
HSV(B)297.3º49.44%70.59%-
XYZ29.8820.0145.47-
YUV126.56158.16163.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=39.37%
G=20.36%
B=40.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176911800.020.4900.29297.337.2453.14
HexB05BB423101D1292535
Octal2601332642610354514565
Binary1011000010110111011010010110001011101100101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BB4; }

 p { color: rgb(176,91,180); }

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

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

 a { background-color: rgb(176,91,180); }

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

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

 span { border-color: rgb(176,91,180); }

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