#B246BB

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

Shades of Fuchsia #B246BB

Tints of Fuchsia #B246BB

Color information

#B246BB (or 0xB246BB) is unknown color: approx Fuchsia. HEX triplet: B2, 46 and BB. RGB value is (178,70,187). Sum of RGB (Red+Green+Blue) = 178+70+187=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #B246BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BB is #4DB944. Grayscale: #737373. Windows color (decimal): -5093701 or 12273330. OLE color: 12273330.

HSL color Cylindrical-coordinate representation of color #B246BB: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17870187-
CMYK0.050.6300.27
HSL295.38º46.25%50.39%-
HSV(B)295.38º62.57%73.33%-
XYZ29.5217.4348.82-
YUV115.63168.28172.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=40.92%
G=16.09%
B=42.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178701870.050.6300.27295.3846.2550.39
HexB246BB53F01B1272e32
Octal2621062735770334475662
Binary10110010100011010111011101111111011011100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246BB; }

 p { color: rgb(178,70,187); }

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

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

 a { background-color: rgb(178,70,187); }

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

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

 span { border-color: rgb(178,70,187); }

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