#B269B4

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

Shades of Fuchsia #B269B4

Tints of Fuchsia #B269B4

Color information

#B269B4 (or 0xB269B4) is unknown color: approx Fuchsia. HEX triplet: B2, 69 and B4. RGB value is (178,105,180). Sum of RGB (Red+Green+Blue) = 178+105+180=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #B269B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269B4 is #4D964B. Grayscale: #878787. Windows color (decimal): -5084748 or 11823538. OLE color: 11823538.

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

Color convert

RGB178105180-
CMYK0.010.4200.29
HSL298.4º33.33%55.88%-
HSV(B)298.4º41.67%70.59%-
XYZ31.6522.8645.92-
YUV135.38153.18158.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 180 (70.70% from 255) = 38.88%
R=38.44%
G=22.68%
B=38.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781051800.010.4200.29298.433.3355.88
HexB269B412A01D12a2138
Octal2621512641520354524170
Binary101100101101001101101001101010011101100101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269B4; }

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

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

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

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

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

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

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

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