#B267B9

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

Shades of Fuchsia #B267B9

Tints of Fuchsia #B267B9

Color information

#B267B9 (or 0xB267B9) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and B9. RGB value is (178,103,185). Sum of RGB (Red+Green+Blue) = 178+103+185=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #B267B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267B9 is #4D9846. Grayscale: #868686. Windows color (decimal): -5085255 or 12150706. OLE color: 12150706.

HSL color Cylindrical-coordinate representation of color #B267B9: hue angle of 294.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B267B9 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178103185-
CMYK0.040.4400.27
HSL294.88º36.94%56.47%-
HSV(B)294.88º44.32%72.55%-
XYZ31.9722.6748.59-
YUV134.77156.35158.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=38.20%
G=22.10%
B=39.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781031850.040.4400.27294.8836.9456.47
HexB267B942C01B1272538
Octal2621472714540334474570
Binary10110010110011110111001100101100011011100100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267B9; }

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

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

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

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

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

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

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

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