#B565BB

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

Shades of Fuchsia #B565BB

Tints of Fuchsia #B565BB

Color information

#B565BB (or 0xB565BB) is unknown color: approx Fuchsia. HEX triplet: B5, 65 and BB. RGB value is (181,101,187). Sum of RGB (Red+Green+Blue) = 181+101+187=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #B565BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565BB is #4A9A44. Grayscale: #868686. Windows color (decimal): -4889157 or 12281269. OLE color: 12281269.

HSL color Cylindrical-coordinate representation of color #B565BB: hue angle of 295.81º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B565BB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181101187-
CMYK0.030.4600.27
HSL295.81º38.74%56.47%-
HSV(B)295.81º45.99%73.33%-
XYZ32.6822.7249.68-
YUV134.72157.5161.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=38.59%
G=21.54%
B=39.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811011870.030.4600.27295.8138.7456.47
HexB565BB32E01B1282738
Octal2651452733560334504770
Binary1011010111001011011101111101110011011100101000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565BB; }

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

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

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

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

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

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

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

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