#B469BE

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

Shades of Fuchsia #B469BE

Tints of Fuchsia #B469BE

Color information

#B469BE (or 0xB469BE) is unknown color: approx Fuchsia. HEX triplet: B4, 69 and BE. RGB value is (180,105,190). Sum of RGB (Red+Green+Blue) = 180+105+190=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B469BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469BE is #4B9641. Grayscale: #888888. Windows color (decimal): -4953666 or 12478900. OLE color: 12478900.

HSL color Cylindrical-coordinate representation of color #B469BE: hue angle of 292.94º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B469BE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180105190-
CMYK0.050.4500.25
HSL292.94º39.53%57.84%-
HSV(B)292.94º44.74%74.51%-
XYZ33.1723.5251.51-
YUV137.12157.85158.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 190 (74.61% from 255) = 40%
R=37.89%
G=22.11%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801051900.050.4500.25292.9439.5357.84
HexB469BE52D019125283a
Octal2641512765550314455072
Binary10110100110100110111110101101101011001100100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469BE; }

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

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

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

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

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

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

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

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