#B83BAB

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

Shades of Fuchsia #B83BAB

Tints of Fuchsia #B83BAB

Color information

#B83BAB (or 0xB83BAB) is unknown color: approx Fuchsia. HEX triplet: B8, 3B and AB. RGB value is (184,59,171). Sum of RGB (Red+Green+Blue) = 184+59+171=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BAB is #47C454. Grayscale: #6C6C6C. Windows color (decimal): -4703317 or 11221944. OLE color: 11221944.

HSL color Cylindrical-coordinate representation of color #B83BAB: hue angle of 306.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83BAB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18459171-
CMYK00.680.070.28
HSL306.24º51.44%47.65%-
HSV(B)306.24º67.93%72.16%-
XYZ28.6816.2640.15-
YUV109.14162.91181.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=44.44%
G=14.25%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845917100.680.070.28306.2451.4447.65
HexB83BAB04471C1323330
Octal2707325301047344626360
Binary10111000111011101010110100010011111100100110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83BAB; }

 p { color: rgb(184,59,171); }

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

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

 a { background-color: rgb(184,59,171); }

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

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

 span { border-color: rgb(184,59,171); }

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