#B838B6

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

Shades of Fuchsia #B838B6

Tints of Fuchsia #B838B6

Color information

#B838B6 (or 0xB838B6) is unknown color: approx Fuchsia. HEX triplet: B8, 38 and B6. RGB value is (184,56,182). Sum of RGB (Red+Green+Blue) = 184+56+182=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B838B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838B6 is #47C749. Grayscale: #6C6C6C. Windows color (decimal): -4704074 or 11942072. OLE color: 11942072.

HSL color Cylindrical-coordinate representation of color #B838B6: hue angle of 300.94º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838B6 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18456182-
CMYK00.700.010.28
HSL300.94º53.33%47.06%-
HSV(B)300.94º69.57%72.16%-
XYZ29.6216.445.86-
YUV108.64169.41181.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=43.60%
G=13.27%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845618200.700.010.28300.9453.3347.06
HexB838B604611C12d352f
Octal2707026601061344556557
Binary101110001110001011011001000110111100100101101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B838B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B838B6; }

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

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

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

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

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

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

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

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