#B469C0

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

Shades of Fuchsia #B469C0

Tints of Fuchsia #B469C0

Color information

#B469C0 (or 0xB469C0) is unknown color: approx Fuchsia. HEX triplet: B4, 69 and C0. RGB value is (180,105,192). Sum of RGB (Red+Green+Blue) = 180+105+192=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #B469C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469C0 is #4B963F. Grayscale: #898989. Windows color (decimal): -4953664 or 12609972. OLE color: 12609972.

HSL color Cylindrical-coordinate representation of color #B469C0: hue angle of 291.72º degrees, saturation: 0.41, 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 #B469C0 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180105192-
CMYK0.060.4500.25
HSL291.72º40.85%58.24%-
HSV(B)291.72º45.31%75.29%-
XYZ33.3923.6152.67-
YUV137.34158.85158.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=37.74%
G=22.01%
B=40.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801051920.060.4500.25291.7240.8558.24
HexB469C062D019124293a
Octal2641513006550314445172
Binary10110100110100111000000110101101011001100100100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469C0; }

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

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

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

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

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

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

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

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