#B269BD

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

Shades of Fuchsia #B269BD

Tints of Fuchsia #B269BD

Color information

#B269BD (or 0xB269BD) is unknown color: approx Fuchsia. HEX triplet: B2, 69 and BD. RGB value is (178,105,189). Sum of RGB (Red+Green+Blue) = 178+105+189=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B269BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269BD is #4D9642. Grayscale: #888888. Windows color (decimal): -5084739 or 12413362. OLE color: 12413362.

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

Color convert

RGB178105189-
CMYK0.060.4400.26
HSL292.14º38.89%57.65%-
HSV(B)292.14º44.44%74.12%-
XYZ32.623.2450.91-
YUV136.4157.68157.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=37.71%
G=22.25%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781051890.060.4400.26292.1438.8957.65
HexB269BD62C01A124273a
Octal2621512756540324444772
Binary10110010110100110111101110101100011010100100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269BD; }

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

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

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

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

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

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

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

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