#B267B4

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

Shades of Fuchsia #B267B4

Tints of Fuchsia #B267B4

Color information

#B267B4 (or 0xB267B4) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and B4. RGB value is (178,103,180). Sum of RGB (Red+Green+Blue) = 178+103+180=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #B267B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267B4 is #4D984B. Grayscale: #858585. Windows color (decimal): -5085260 or 11823026. OLE color: 11823026.

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

Color convert

RGB178103180-
CMYK0.010.4300.29
HSL298.44º33.92%55.49%-
HSV(B)298.44º42.78%70.59%-
XYZ31.4522.4645.86-
YUV134.2153.85159.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 103 (40.62% from 255) = 22.34%
BLUE value IS 180 (70.70% from 255) = 39.05%
R=38.61%
G=22.34%
B=39.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781031800.010.4300.29298.4433.9255.49
HexB267B412B01D12a2237
Octal2621472641530354524267
Binary101100101100111101101001101011011101100101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267B4; }

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

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

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

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

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

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

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

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