#B246BF

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

Shades of Fuchsia #B246BF

Tints of Fuchsia #B246BF

Color information

#B246BF (or 0xB246BF) is unknown color: approx Fuchsia. HEX triplet: B2, 46 and BF. RGB value is (178,70,191). Sum of RGB (Red+Green+Blue) = 178+70+191=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B246BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BF is #4DB940. Grayscale: #737373. Windows color (decimal): -5093697 or 12535474. OLE color: 12535474.

HSL color Cylindrical-coordinate representation of color #B246BF: hue angle of 293.55º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B246BF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17870191-
CMYK0.070.6300.25
HSL293.55º48.59%51.18%-
HSV(B)293.55º63.35%74.9%-
XYZ29.9517.6151.11-
YUV116.09170.28172.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 70 (27.73% from 255) = 15.95%
BLUE value IS 191 (75% from 255) = 43.51%
R=40.55%
G=15.95%
B=43.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178701910.070.6300.25293.5548.5951.18
HexB246BF73F0191263133
Octal2621062777770314466163
Binary10110010100011010111111111111111011001100100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B246BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B246BF; }

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

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

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

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

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

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

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

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