#B83CC2

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

Shades of Fuchsia #B83CC2

Tints of Fuchsia #B83CC2

Color information

#B83CC2 (or 0xB83CC2) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and C2. RGB value is (184,60,194). Sum of RGB (Red+Green+Blue) = 184+60+194=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #B83CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CC2 is #47C33D. Grayscale: #6F6F6F. Windows color (decimal): -4703038 or 12729528. OLE color: 12729528.

HSL color Cylindrical-coordinate representation of color #B83CC2: hue angle of 295.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83CC2 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18460194-
CMYK0.050.6900.24
HSL295.52º52.76%49.8%-
HSV(B)295.52º69.07%76.08%-
XYZ31.1217.3252.74-
YUV112.35174.08179.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 60 (23.83% from 255) = 13.70%
BLUE value IS 194 (76.17% from 255) = 44.29%
R=42.01%
G=13.70%
B=44.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184601940.050.6900.24295.5252.7649.8
HexB83CC25450181283532
Octal2707430251050304506562
Binary10111000111100110000101011000101011000100101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CC2; }

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

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

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

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

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

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

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

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