#B928B6

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

Shades of Fuchsia #B928B6

Tints of Fuchsia #B928B6

Color information

#B928B6 (or 0xB928B6) is unknown color: approx Fuchsia. HEX triplet: B9, 28 and B6. RGB value is (185,40,182). Sum of RGB (Red+Green+Blue) = 185+40+182=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B928B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928B6 is #46D749. Grayscale: #636363. Windows color (decimal): -4642634 or 11937977. OLE color: 11937977.

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

Color convert

RGB18540182-
CMYK00.780.020.27
HSL301.24º64.44%44.12%-
HSV(B)301.24º78.38%72.55%-
XYZ29.2115.2145.65-
YUV99.54174.54188.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 40 (16.02% from 255) = 9.83%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=45.45%
G=9.83%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854018200.780.020.27301.2464.4444.12
HexB928B604E21B12d402c
Octal27150266011623345510054
Binary10111001101000101101100100111010110111001011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B928B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B928B6; }

 p { color: rgb(185,40,182); }

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

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

 a { background-color: rgb(185,40,182); }

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

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

 span { border-color: rgb(185,40,182); }

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