#B263BE

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

Shades of Fuchsia #B263BE

Tints of Fuchsia #B263BE

Color information

#B263BE (or 0xB263BE) is unknown color: approx Fuchsia. HEX triplet: B2, 63 and BE. RGB value is (178,99,190). Sum of RGB (Red+Green+Blue) = 178+99+190=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B263BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BE is #4D9C41. Grayscale: #848484. Windows color (decimal): -5086274 or 12477362. OLE color: 12477362.

HSL color Cylindrical-coordinate representation of color #B263BE: hue angle of 292.09º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B263BE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17899190-
CMYK0.060.4800.25
HSL292.09º41.18%56.67%-
HSV(B)292.09º47.89%74.51%-
XYZ32.1222.1151.29-
YUV133160.17160.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=38.12%
G=21.20%
B=40.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178991900.060.4800.25292.0941.1856.67
HexB263BE6300191242939
Octal2621432766600314445171
Binary10110010110001110111110110110000011001100100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263BE; }

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

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

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

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

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

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

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

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