#B565B0

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

Shades of Fuchsia #B565B0

Tints of Fuchsia #B565B0

Color information

#B565B0 (or 0xB565B0) is unknown color: approx Fuchsia. HEX triplet: B5, 65 and B0. RGB value is (181,101,176). Sum of RGB (Red+Green+Blue) = 181+101+176=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B565B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565B0 is #4A9A4F. Grayscale: #858585. Windows color (decimal): -4889168 or 11560373. OLE color: 11560373.

HSL color Cylindrical-coordinate representation of color #B565B0: hue angle of 303.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B565B0 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181101176-
CMYK00.440.030.29
HSL303.75º35.09%55.29%-
HSV(B)303.75º44.2%70.98%-
XYZ31.5522.2743.71-
YUV133.47152161.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 176 (69.14% from 255) = 38.43%
R=39.52%
G=22.05%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110117600.440.030.29303.7535.0955.29
HexB565B002C31D1302337
Octal2651452600543354604367
Binary1011010111001011011000001011001111101100110000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565B0; }

 p { color: rgb(181,101,176); }

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

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

 a { background-color: rgb(181,101,176); }

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

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

 span { border-color: rgb(181,101,176); }

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