#B05BB9

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

Shades of Fuchsia #B05BB9

Tints of Fuchsia #B05BB9

Color information

#B05BB9 (or 0xB05BB9) is unknown color: approx Fuchsia. HEX triplet: B0, 5B and B9. RGB value is (176,91,185). Sum of RGB (Red+Green+Blue) = 176+91+185=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #B05BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BB9 is #4FA446. Grayscale: #7E7E7E. Windows color (decimal): -5219399 or 12147632. OLE color: 12147632.

HSL color Cylindrical-coordinate representation of color #B05BB9: hue angle of 294.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05BB9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17691185-
CMYK0.050.5100.27
HSL294.26º40.17%54.12%-
HSV(B)294.26º50.81%72.55%-
XYZ30.420.2248.2-
YUV127.13160.66162.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 91 (35.94% from 255) = 20.13%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=38.94%
G=20.13%
B=40.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176911850.050.5100.27294.2640.1754.12
HexB05BB953301B1262836
Octal2601332715630334465066
Binary10110000101101110111001101110011011011100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BB9; }

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

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

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

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

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

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

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

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