#B363BE

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

Shades of Fuchsia #B363BE

Tints of Fuchsia #B363BE

Color information

#B363BE (or 0xB363BE) is unknown color: approx Fuchsia. HEX triplet: B3, 63 and BE. RGB value is (179,99,190). Sum of RGB (Red+Green+Blue) = 179+99+190=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B363BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363BE is #4C9C41. Grayscale: #858585. Windows color (decimal): -5020738 or 12477363. OLE color: 12477363.

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

Color convert

RGB17999190-
CMYK0.060.4800.25
HSL292.75º41.18%56.67%-
HSV(B)292.75º47.89%74.51%-
XYZ32.3522.2351.3-
YUV133.29160160.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 99 (39.06% from 255) = 21.15%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=38.25%
G=21.15%
B=40.60%

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
Decimal179991900.060.4800.25292.7541.1856.67
HexB363BE6300191252939
Octal2631432766600314455171
Binary10110011110001110111110110110000011001100100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363BE; }

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

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

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

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

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

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

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

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