#B565BA

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

Shades of Fuchsia #B565BA

Tints of Fuchsia #B565BA

Color information

#B565BA (or 0xB565BA) is unknown color: approx Fuchsia. HEX triplet: B5, 65 and BA. RGB value is (181,101,186). Sum of RGB (Red+Green+Blue) = 181+101+186=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B565BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B565BA is #4A9A45. Grayscale: #868686. Windows color (decimal): -4889158 or 12215733. OLE color: 12215733.

HSL color Cylindrical-coordinate representation of color #B565BA: hue angle of 296.47º degrees, saturation: 0.38, 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 #B565BA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181101186-
CMYK0.030.4600.27
HSL296.47º38.12%56.27%-
HSV(B)296.47º45.7%72.94%-
XYZ32.5722.6849.11-
YUV134.61157161.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=38.68%
G=21.58%
B=39.74%

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
Decimal1811011860.030.4600.27296.4738.1256.27
HexB565BA32E01B1282638
Octal2651452723560334504670
Binary1011010111001011011101011101110011011100101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565BA; }

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

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

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

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

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

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

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

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