#B360BD

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

Shades of Fuchsia #B360BD

Tints of Fuchsia #B360BD

Color information

#B360BD (or 0xB360BD) is unknown color: approx Fuchsia. HEX triplet: B3, 60 and BD. RGB value is (179,96,189). Sum of RGB (Red+Green+Blue) = 179+96+189=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #B360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360BD is #4C9F42. Grayscale: #838383. Windows color (decimal): -5021507 or 12411059. OLE color: 12411059.

HSL color Cylindrical-coordinate representation of color #B360BD: hue angle of 293.55º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B360BD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17996189-
CMYK0.050.4900.26
HSL293.55º41.33%55.88%-
HSV(B)293.55º49.21%74.12%-
XYZ31.9621.6250.63-
YUV131.42160.5161.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=38.58%
G=20.69%
B=40.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179961890.050.4900.26293.5541.3355.88
HexB360BD53101A1262938
Octal2631402755610324465170
Binary10110011110000010111101101110001011010100100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B360BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B360BD; }

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

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

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

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

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

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

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

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