#B863BE

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

Shades of Fuchsia #B863BE

Tints of Fuchsia #B863BE

Color information

#B863BE (or 0xB863BE) is unknown color: approx Fuchsia. HEX triplet: B8, 63 and BE. RGB value is (184,99,190). Sum of RGB (Red+Green+Blue) = 184+99+190=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B863BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863BE is #479C41. Grayscale: #868686. Windows color (decimal): -4693058 or 12477368. OLE color: 12477368.

HSL color Cylindrical-coordinate representation of color #B863BE: hue angle of 296.04º 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 #B863BE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18499190-
CMYK0.030.4800.25
HSL296.04º41.18%56.67%-
HSV(B)296.04º47.89%74.51%-
XYZ33.5222.8351.36-
YUV134.79159.16163.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=38.90%
G=20.93%
B=40.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184991900.030.4800.25296.0441.1856.67
HexB863BE3300191282939
Octal2701432763600314505171
Binary1011100011000111011111011110000011001100101000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B863BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B863BE; }

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

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

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

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

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

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

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

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