#B360BF

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

Shades of Fuchsia #B360BF

Tints of Fuchsia #B360BF

Color information

#B360BF (or 0xB360BF) is unknown color: approx Fuchsia. HEX triplet: B3, 60 and BF. RGB value is (179,96,191). Sum of RGB (Red+Green+Blue) = 179+96+191=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #B360BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360BF is #4C9F40. Grayscale: #838383. Windows color (decimal): -5021505 or 12542131. OLE color: 12542131.

HSL color Cylindrical-coordinate representation of color #B360BF: hue angle of 292.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B360BF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17996191-
CMYK0.060.5000.25
HSL292.42º42.6%56.27%-
HSV(B)292.42º49.74%74.9%-
XYZ32.1821.7151.78-
YUV131.65161.5161.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 191 (75% from 255) = 40.99%
R=38.41%
G=20.60%
B=40.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179961910.060.5000.25292.4242.656.27
HexB360BF6320191242b38
Octal2631402776620314445370
Binary10110011110000010111111110110010011001100100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B360BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B360BF; }

 p { color: rgb(179,96,191); }

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

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

 a { background-color: rgb(179,96,191); }

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

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

 span { border-color: rgb(179,96,191); }

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