#B263BB

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

Shades of Fuchsia #B263BB

Tints of Fuchsia #B263BB

Color information

#B263BB (or 0xB263BB) is unknown color: approx Fuchsia. HEX triplet: B2, 63 and BB. RGB value is (178,99,187). Sum of RGB (Red+Green+Blue) = 178+99+187=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B263BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BB is #4D9C44. Grayscale: #848484. Windows color (decimal): -5086277 or 12280754. OLE color: 12280754.

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

Color convert

RGB17899187-
CMYK0.050.4700.27
HSL293.86º39.29%56.08%-
HSV(B)293.86º47.06%73.33%-
XYZ31.7921.9849.58-
YUV132.65158.67160.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=38.36%
G=21.34%
B=40.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178991870.050.4700.27293.8639.2956.08
HexB263BB52F01B1262738
Octal2621432735570334464770
Binary10110010110001110111011101101111011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263BB; }

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

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

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

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

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

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

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

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