#B83CB6

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

Shades of Fuchsia #B83CB6

Tints of Fuchsia #B83CB6

Color information

#B83CB6 (or 0xB83CB6) is unknown color: approx Fuchsia. HEX triplet: B8, 3C and B6. RGB value is (184,60,182). Sum of RGB (Red+Green+Blue) = 184+60+182=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B83CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CB6 is #47C349. Grayscale: #6E6E6E. Windows color (decimal): -4703050 or 11943096. OLE color: 11943096.

HSL color Cylindrical-coordinate representation of color #B83CB6: hue angle of 300.97º 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 #B83CB6 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18460182-
CMYK00.670.010.28
HSL300.97º50.82%47.84%-
HSV(B)300.97º67.39%72.16%-
XYZ29.8316.845.93-
YUV110.98168.08180.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 60 (23.83% from 255) = 14.08%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=43.19%
G=14.08%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846018200.670.010.28300.9750.8247.84
HexB83CB604311C12d3330
Octal2707426601031344556360
Binary101110001111001011011001000011111100100101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83CB6; }

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

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

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

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

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

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

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

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