#B928B4

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

Shades of Fuchsia #B928B4

Tints of Fuchsia #B928B4

Color information

#B928B4 (or 0xB928B4) is unknown color: approx Fuchsia. HEX triplet: B9, 28 and B4. RGB value is (185,40,180). Sum of RGB (Red+Green+Blue) = 185+40+180=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B928B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928B4 is #46D74B. Grayscale: #626262. Windows color (decimal): -4642636 or 11806905. OLE color: 11806905.

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

Color convert

RGB18540180-
CMYK00.780.030.27
HSL302.07º64.44%44.12%-
HSV(B)302.07º78.38%72.55%-
XYZ2915.1344.57-
YUV99.31173.54189.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=45.68%
G=9.88%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854018000.780.030.27302.0764.4444.12
HexB928B404E31B12e402c
Octal27150264011633345610054
Binary10111001101000101101000100111011110111001011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B928B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B928B4; }

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

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

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

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

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

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

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

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