#B567BA

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

Shades of Fuchsia #B567BA

Tints of Fuchsia #B567BA

Color information

#B567BA (or 0xB567BA) is unknown color: approx Fuchsia. HEX triplet: B5, 67 and BA. RGB value is (181,103,186). Sum of RGB (Red+Green+Blue) = 181+103+186=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B567BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567BA is #4A9845. Grayscale: #878787. Windows color (decimal): -4888646 or 12216245. OLE color: 12216245.

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

Color convert

RGB181103186-
CMYK0.030.4500.27
HSL296.39º37.56%56.67%-
HSV(B)296.39º44.62%72.94%-
XYZ32.7723.0749.18-
YUV135.78156.34160.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=38.51%
G=21.91%
B=39.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811031860.030.4500.27296.3937.5656.67
HexB567BA32D01B1282639
Octal2651472723550334504671
Binary1011010111001111011101011101101011011100101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567BA; }

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

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

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

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

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

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

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

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