#B83FBB

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

Shades of Fuchsia #B83FBB

Tints of Fuchsia #B83FBB

Color information

#B83FBB (or 0xB83FBB) is unknown color: approx Fuchsia. HEX triplet: B8, 3F and BB. RGB value is (184,63,187). Sum of RGB (Red+Green+Blue) = 184+63+187=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B83FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FBB is #47C044. Grayscale: #707070. Windows color (decimal): -4702277 or 12271544. OLE color: 12271544.

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

Color convert

RGB18463187-
CMYK0.020.6600.27
HSL298.55º49.6%49.02%-
HSV(B)298.55º66.31%73.33%-
XYZ30.5117.3348.75-
YUV113.31169.59178.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=42.40%
G=14.52%
B=43.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184631870.020.6600.27298.5549.649.02
HexB83FBB24201B12b3231
Octal2707727321020334536261
Binary1011100011111110111011101000010011011100101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FBB; }

 p { color: rgb(184,63,187); }

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

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

 a { background-color: rgb(184,63,187); }

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

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

 span { border-color: rgb(184,63,187); }

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