#B567B2

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

Shades of Fuchsia #B567B2

Tints of Fuchsia #B567B2

Color information

#B567B2 (or 0xB567B2) is unknown color: approx Fuchsia. HEX triplet: B5, 67 and B2. RGB value is (181,103,178). Sum of RGB (Red+Green+Blue) = 181+103+178=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B567B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567B2 is #4A984D. Grayscale: #868686. Windows color (decimal): -4888654 or 11691957. OLE color: 11691957.

HSL color Cylindrical-coordinate representation of color #B567B2: hue angle of 302.31º 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 #B567B2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181103178-
CMYK00.430.020.29
HSL302.31º34.51%55.69%-
HSV(B)302.31º43.09%70.98%-
XYZ31.9422.7444.82-
YUV134.87152.34160.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=39.18%
G=22.29%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110317800.430.020.29302.3134.5155.69
HexB567B202B21D12e2338
Octal2651472620532354564370
Binary1011010111001111011001001010111011101100101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567B2; }

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

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

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

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

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

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

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

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