#B365BE

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

Shades of Fuchsia #B365BE

Tints of Fuchsia #B365BE

Color information

#B365BE (or 0xB365BE) is unknown color: approx Fuchsia. HEX triplet: B3, 65 and BE. RGB value is (179,101,190). Sum of RGB (Red+Green+Blue) = 179+101+190=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B365BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BE is #4C9A41. Grayscale: #868686. Windows color (decimal): -5020226 or 12477875. OLE color: 12477875.

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

Color convert

RGB179101190-
CMYK0.060.4700.25
HSL292.58º40.64%57.06%-
HSV(B)292.58º46.84%74.51%-
XYZ32.5422.6151.36-
YUV134.47159.34159.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.09%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=38.09%
G=21.49%
B=40.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791011900.060.4700.25292.5840.6457.06
HexB365BE62F0191252939
Octal2631452766570314455171
Binary10110011110010110111110110101111011001100100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365BE; }

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

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

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

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

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

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

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

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