#B269B9

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

Shades of Fuchsia #B269B9

Tints of Fuchsia #B269B9

Color information

#B269B9 (or 0xB269B9) is unknown color: approx Fuchsia. HEX triplet: B2, 69 and B9. RGB value is (178,105,185). Sum of RGB (Red+Green+Blue) = 178+105+185=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #B269B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269B9 is #4D9646. Grayscale: #878787. Windows color (decimal): -5084743 or 12151218. OLE color: 12151218.

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

Color convert

RGB178105185-
CMYK0.040.4300.27
HSL294.75º36.36%56.86%-
HSV(B)294.75º43.24%72.55%-
XYZ32.1723.0748.66-
YUV135.95155.68158-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=38.03%
G=22.44%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781051850.040.4300.27294.7536.3656.86
HexB269B942B01B1272439
Octal2621512714530334474471
Binary10110010110100110111001100101011011011100100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269B9; }

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

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

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

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

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

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

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

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