#B263BD

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

Shades of Fuchsia #B263BD

Tints of Fuchsia #B263BD

Color information

#B263BD (or 0xB263BD) is unknown color: approx Fuchsia. HEX triplet: B2, 63 and BD. RGB value is (178,99,189). Sum of RGB (Red+Green+Blue) = 178+99+189=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B263BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B263BD is #4D9C42. Grayscale: #848484. Windows color (decimal): -5086275 or 12411826. OLE color: 12411826.

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

Color convert

RGB17899189-
CMYK0.060.4800.26
HSL292.67º40.54%56.47%-
HSV(B)292.67º47.62%74.12%-
XYZ32.0122.0650.72-
YUV132.88159.67160.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=38.20%
G=21.24%
B=40.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178991890.060.4800.26292.6740.5456.47
HexB263BD63001A1252938
Octal2621432756600324455170
Binary10110010110001110111101110110000011010100100101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B263BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B263BD; }

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

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

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

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

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

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

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

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