#B83CBA

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

Shades of Fuchsia #B83CBA

Tints of Fuchsia #B83CBA

Color information

#B83CBA (or 0xB83CBA) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and BA. RGB value is (184,60,186). Sum of RGB (Red+Green+Blue) = 184+60+186=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B83CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CBA is #47C345. Grayscale: #6F6F6F. Windows color (decimal): -4703046 or 12205240. OLE color: 12205240.

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

Color convert

RGB18460186-
CMYK0.010.6800.27
HSL299.05º51.22%48.24%-
HSV(B)299.05º67.74%72.94%-
XYZ30.2516.9748.14-
YUV111.44170.08179.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=42.79%
G=13.95%
B=43.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184601860.010.6800.27299.0551.2248.24
HexB83CBA14401B12b3330
Octal2707427211040334536360
Binary101110001111001011101011000100011011100101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CBA; }

 p { color: rgb(184,60,186); }

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

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

 a { background-color: rgb(184,60,186); }

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

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

 span { border-color: rgb(184,60,186); }

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