#B469BB

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

Shades of Fuchsia #B469BB

Tints of Fuchsia #B469BB

Color information

#B469BB (or 0xB469BB) is unknown color: approx Fuchsia. HEX triplet: B4, 69 and BB. RGB value is (180,105,187). Sum of RGB (Red+Green+Blue) = 180+105+187=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #B469BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469BB is #4B9644. Grayscale: #888888. Windows color (decimal): -4953669 or 12282292. OLE color: 12282292.

HSL color Cylindrical-coordinate representation of color #B469BB: hue angle of 294.88º 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 #B469BB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180105187-
CMYK0.040.4400.27
HSL294.88º37.61%57.25%-
HSV(B)294.88º43.85%73.33%-
XYZ32.8423.3949.8-
YUV136.77156.35158.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=38.14%
G=22.25%
B=39.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801051870.040.4400.27294.8837.6157.25
HexB469BB42C01B1272639
Octal2641512734540334474671
Binary10110100110100110111011100101100011011100100111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469BB; }

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

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

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

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

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

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

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

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