#B267BB

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

Shades of Fuchsia #B267BB

Tints of Fuchsia #B267BB

Color information

#B267BB (or 0xB267BB) is unknown color: approx Fuchsia. HEX triplet: B2, 67 and BB. RGB value is (178,103,187). Sum of RGB (Red+Green+Blue) = 178+103+187=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B267BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267BB is #4D9844. Grayscale: #868686. Windows color (decimal): -5085253 or 12281778. OLE color: 12281778.

HSL color Cylindrical-coordinate representation of color #B267BB: hue angle of 293.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B267BB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178103187-
CMYK0.050.4500.27
HSL293.57º38.18%56.86%-
HSV(B)293.57º44.92%73.33%-
XYZ32.1822.7549.71-
YUV135157.35158.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=38.03%
G=22.01%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781031870.050.4500.27293.5738.1856.86
HexB267BB52D01B1262639
Octal2621472735550334464671
Binary10110010110011110111011101101101011011100100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B267BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B267BB; }

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

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

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

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

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

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

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

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