#B83CC0

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

Shades of Fuchsia #B83CC0

Tints of Fuchsia #B83CC0

Color information

#B83CC0 (or 0xB83CC0) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and C0. RGB value is (184,60,192). Sum of RGB (Red+Green+Blue) = 184+60+192=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #B83CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CC0 is #47C33F. Grayscale: #6F6F6F. Windows color (decimal): -4703040 or 12598456. OLE color: 12598456.

HSL color Cylindrical-coordinate representation of color #B83CC0: hue angle of 296.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83CC0 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18460192-
CMYK0.040.6900.25
HSL296.36º52.38%49.41%-
HSV(B)296.36º68.75%75.29%-
XYZ30.917.2351.57-
YUV112.12173.08179.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 60 (23.83% from 255) = 13.76%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=42.20%
G=13.76%
B=44.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184601920.040.6900.25296.3652.3849.41
HexB83CC04450191283431
Octal2707430041050314506461
Binary10111000111100110000001001000101011001100101000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CC0; }

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

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

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

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

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

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

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

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