#B928B5

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

Shades of Fuchsia #B928B5

Tints of Fuchsia #B928B5

Color information

#B928B5 (or 0xB928B5) is unknown color: approx Fuchsia. HEX triplet: B9, 28 and B5. RGB value is (185,40,181). Sum of RGB (Red+Green+Blue) = 185+40+181=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B928B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928B5 is #46D74A. Grayscale: #636363. Windows color (decimal): -4642635 or 11872441. OLE color: 11872441.

HSL color Cylindrical-coordinate representation of color #B928B5: hue angle of 301.66º 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 #B928B5 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18540181-
CMYK00.780.020.27
HSL301.66º64.44%44.12%-
HSV(B)301.66º78.38%72.55%-
XYZ29.1115.1745.11-
YUV99.43174.04189.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 40 (16.02% from 255) = 9.85%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=45.57%
G=9.85%
B=44.58%

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
Decimal1854018100.780.020.27301.6664.4444.12
HexB928B504E21B12e402c
Octal27150265011623345610054
Binary10111001101000101101010100111010110111001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B928B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B928B5; }

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

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

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

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

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

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

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

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