#B365BD

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

Shades of Fuchsia #B365BD

Tints of Fuchsia #B365BD

Color information

#B365BD (or 0xB365BD) is unknown color: approx Fuchsia. HEX triplet: B3, 65 and BD. RGB value is (179,101,189). Sum of RGB (Red+Green+Blue) = 179+101+189=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #B365BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BD is #4C9A42. Grayscale: #868686. Windows color (decimal): -5020227 or 12412339. OLE color: 12412339.

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

Color convert

RGB179101189-
CMYK0.050.4700.26
HSL293.18º40%56.86%-
HSV(B)293.18º46.56%74.12%-
XYZ32.4322.5750.79-
YUV134.35158.84159.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=38.17%
G=21.54%
B=40.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791011890.050.4700.26293.184056.86
HexB365BD52F01A1252839
Octal2631452755570324455071
Binary10110011110010110111101101101111011010100100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B365BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B365BD; }

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

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

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

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

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

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

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

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