#B365BB

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

Shades of Fuchsia #B365BB

Tints of Fuchsia #B365BB

Color information

#B365BB (or 0xB365BB) is unknown color: approx Fuchsia. HEX triplet: B3, 65 and BB. RGB value is (179,101,187). Sum of RGB (Red+Green+Blue) = 179+101+187=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B365BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BB is #4C9A44. Grayscale: #858585. Windows color (decimal): -5020229 or 12281267. OLE color: 12281267.

HSL color Cylindrical-coordinate representation of color #B365BB: hue angle of 294.42º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B365BB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179101187-
CMYK0.040.4600.27
HSL294.42º38.74%56.47%-
HSV(B)294.42º45.99%73.33%-
XYZ32.2122.4849.65-
YUV134.13157.84160.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=38.33%
G=21.63%
B=40.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791011870.040.4600.27294.4238.7456.47
HexB365BB42E01B1262738
Octal2631452734560334464770
Binary10110011110010110111011100101110011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365BB; }

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

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

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

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

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

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

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

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