#B05CB9

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

Shades of Fuchsia #B05CB9

Tints of Fuchsia #B05CB9

Color information

#B05CB9 (or 0xB05CB9) is unknown color: approx Fuchsia. HEX triplet: B0, 5C and B9. RGB value is (176,92,185). Sum of RGB (Red+Green+Blue) = 176+92+185=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #B05CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CB9 is #4FA346. Grayscale: #7F7F7F. Windows color (decimal): -5219143 or 12147888. OLE color: 12147888.

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

Color convert

RGB17692185-
CMYK0.050.5000.27
HSL294.19º39.91%54.31%-
HSV(B)294.19º50.27%72.55%-
XYZ30.4920.3948.23-
YUV127.72160.33162.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=38.85%
G=20.31%
B=40.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176921850.050.5000.27294.1939.9154.31
HexB05CB953201B1262836
Octal2601342715620334465066
Binary10110000101110010111001101110010011011100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05CB9; }

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

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

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

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

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

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

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

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