#B269BB

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

Shades of Fuchsia #B269BB

Tints of Fuchsia #B269BB

Color information

#B269BB (or 0xB269BB) is unknown color: approx Fuchsia. HEX triplet: B2, 69 and BB. RGB value is (178,105,187). Sum of RGB (Red+Green+Blue) = 178+105+187=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #B269BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269BB is #4D9644. Grayscale: #878787. Windows color (decimal): -5084741 or 12282290. OLE color: 12282290.

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

Color convert

RGB178105187-
CMYK0.050.4400.27
HSL293.41º37.61%57.25%-
HSV(B)293.41º43.85%73.33%-
XYZ32.3823.1649.78-
YUV136.18156.68157.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=37.87%
G=22.34%
B=39.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781051870.050.4400.27293.4137.6157.25
HexB269BB52C01B1252639
Octal2621512735540334454671
Binary10110010110100110111011101101100011011100100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269BB; }

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

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

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

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

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

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

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

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