#B83CB2

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

Shades of Fuchsia #B83CB2

Tints of Fuchsia #B83CB2

Color information

#B83CB2 (or 0xB83CB2) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and B2. RGB value is (184,60,178). Sum of RGB (Red+Green+Blue) = 184+60+178=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83CB2 is #47C34D. Grayscale: #6E6E6E. Windows color (decimal): -4703054 or 11680952. OLE color: 11680952.

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

Color convert

RGB18460178-
CMYK00.670.030.28
HSL302.9º50.82%47.84%-
HSV(B)302.9º67.39%72.16%-
XYZ29.4216.6443.78-
YUV110.53166.08180.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 178 (69.92% from 255) = 42.18%
R=43.60%
G=14.22%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846017800.670.030.28302.950.8247.84
HexB83CB204331C12f3330
Octal2707426201033344576360
Binary1011100011110010110010010000111111100100101111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CB2; }

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

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

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

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

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

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

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

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