#B838C6

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

Shades of Fuchsia #B838C6

Tints of Fuchsia #B838C6

Color information

#B838C6 (or 0xB838C6) is unknown color: approx Fuchsia. HEX triplet: B8, 38 and C6. RGB value is (184,56,198). Sum of RGB (Red+Green+Blue) = 184+56+198=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #B838C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838C6 is #47C739. Grayscale: #6E6E6E. Windows color (decimal): -4704058 or 12990648. OLE color: 12990648.

HSL color Cylindrical-coordinate representation of color #B838C6: hue angle of 294.08º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B838C6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18456198-
CMYK0.070.7200.22
HSL294.08º55.91%49.8%-
HSV(B)294.08º71.72%77.65%-
XYZ31.3717.155.07-
YUV110.46177.41180.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 56 (22.27% from 255) = 12.79%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=42.01%
G=12.79%
B=45.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184561980.070.7200.22294.0855.9149.8
HexB838C67480161263832
Octal2707030671100264467062
Binary10111000111000110001101111001000010110100100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B838C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B838C6; }

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

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

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

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

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

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

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

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