#BA69B4

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

Shades of Fuchsia #BA69B4

Tints of Fuchsia #BA69B4

Color information

#BA69B4 (or 0xBA69B4) is unknown color: approx Fuchsia. HEX triplet: BA, 69 and B4. RGB value is (186,105,180). Sum of RGB (Red+Green+Blue) = 186+105+180=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69B4 is #45964B. Grayscale: #898989. Windows color (decimal): -4560460 or 11823546. OLE color: 11823546.

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

Color convert

RGB186105180-
CMYK00.440.030.27
HSL304.44º36.99%57.06%-
HSV(B)304.44º43.55%72.94%-
XYZ33.5423.8446.01-
YUV137.77151.84162.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=39.49%
G=22.29%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610518000.440.030.27304.4436.9957.06
HexBA69B402C31B1302539
Octal2721512640543334604571
Binary1011101011010011011010001011001111011100110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69B4; }

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

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

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

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

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

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

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

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