#B567BC

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

Shades of Fuchsia #B567BC

Tints of Fuchsia #B567BC

Color information

#B567BC (or 0xB567BC) is unknown color: approx Fuchsia. HEX triplet: B5, 67 and BC. RGB value is (181,103,188). Sum of RGB (Red+Green+Blue) = 181+103+188=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #B567BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567BC is #4A9843. Grayscale: #878787. Windows color (decimal): -4888644 or 12347317. OLE color: 12347317.

HSL color Cylindrical-coordinate representation of color #B567BC: hue angle of 295.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B567BC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181103188-
CMYK0.040.4500.26
HSL295.06º38.81%57.06%-
HSV(B)295.06º45.21%73.73%-
XYZ32.9823.1650.31-
YUV136.01157.34160.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=38.35%
G=21.82%
B=39.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811031880.040.4500.26295.0638.8157.06
HexB567BC42D01A1272739
Octal2651472744550324474771
Binary10110101110011110111100100101101011010100100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B567BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B567BC; }

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

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

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

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

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

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

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

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