#B567B4

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

Shades of Fuchsia #B567B4

Tints of Fuchsia #B567B4

Color information

#B567B4 (or 0xB567B4) is unknown color: approx Fuchsia. HEX triplet: B5, 67 and B4. RGB value is (181,103,180). Sum of RGB (Red+Green+Blue) = 181+103+180=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B567B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567B4 is #4A984B. Grayscale: #868686. Windows color (decimal): -4888652 or 11823029. OLE color: 11823029.

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

Color convert

RGB181103180-
CMYK00.430.010.29
HSL300.77º34.51%55.69%-
HSV(B)300.77º43.09%70.98%-
XYZ32.1422.8245.89-
YUV135.1153.34160.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=39.01%
G=22.20%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110318000.430.010.29300.7734.5155.69
HexB567B402B11D12d2338
Octal2651472640531354554370
Binary101101011100111101101000101011111101100101101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567B4; }

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

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

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

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

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

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

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

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