#B567BF

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

Shades of Fuchsia #B567BF

Tints of Fuchsia #B567BF

Color information

#B567BF (or 0xB567BF) is unknown color: approx Fuchsia. HEX triplet: B5, 67 and BF. RGB value is (181,103,191). Sum of RGB (Red+Green+Blue) = 181+103+191=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #B567BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567BF is #4A9840. Grayscale: #888888. Windows color (decimal): -4888641 or 12543925. OLE color: 12543925.

HSL color Cylindrical-coordinate representation of color #B567BF: hue angle of 293.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B567BF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181103191-
CMYK0.050.4600.25
HSL293.18º40.74%57.65%-
HSV(B)293.18º46.07%74.9%-
XYZ33.3123.2952.03-
YUV136.35158.84159.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 191 (75% from 255) = 40.21%
R=38.11%
G=21.68%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811031910.050.4600.25293.1840.7457.65
HexB567BF52E019125293a
Octal2651472775560314455172
Binary10110101110011110111111101101110011001100100101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567BF; }

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

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

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

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

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

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

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

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