#B365B7

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

Shades of Fuchsia #B365B7

Tints of Fuchsia #B365B7

Color information

#B365B7 (or 0xB365B7) is unknown color: approx Fuchsia. HEX triplet: B3, 65 and B7. RGB value is (179,101,183). Sum of RGB (Red+Green+Blue) = 179+101+183=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #B365B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365B7 is #4C9A48. Grayscale: #858585. Windows color (decimal): -5020233 or 12019123. OLE color: 12019123.

HSL color Cylindrical-coordinate representation of color #B365B7: hue angle of 297.07º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B365B7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179101183-
CMYK0.020.4500.28
HSL297.07º36.28%55.69%-
HSV(B)297.07º44.81%71.76%-
XYZ31.7922.3147.43-
YUV133.67155.84160.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=38.66%
G=21.81%
B=39.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791011830.020.4500.28297.0736.2855.69
HexB365B722D01C1292438
Octal2631452672550344514470
Binary1011001111001011011011110101101011100100101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365B7; }

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

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

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

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

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

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

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

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