#B83BB6

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

Shades of Fuchsia #B83BB6

Tints of Fuchsia #B83BB6

Color information

#B83BB6 (or 0xB83BB6) is unknown color: approx Fuchsia. HEX triplet: B8, 3B and B6. RGB value is (184,59,182). Sum of RGB (Red+Green+Blue) = 184+59+182=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BB6 is #47C449. Grayscale: #6E6E6E. Windows color (decimal): -4703306 or 11942840. OLE color: 11942840.

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

Color convert

RGB18459182-
CMYK00.680.010.28
HSL300.96º51.44%47.65%-
HSV(B)300.96º67.93%72.16%-
XYZ29.7716.745.91-
YUV110.4168.41180.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=43.29%
G=13.88%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845918200.680.010.28300.9651.4447.65
HexB83BB604411C12d3330
Octal2707326601041344556360
Binary101110001110111011011001000100111100100101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83BB6; }

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

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

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

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

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

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

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

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