#BA69BD

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

Shades of Fuchsia #BA69BD

Tints of Fuchsia #BA69BD

Color information

#BA69BD (or 0xBA69BD) is unknown color: approx Fuchsia. HEX triplet: BA, 69 and BD. RGB value is (186,105,189). Sum of RGB (Red+Green+Blue) = 186+105+189=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69BD is #459642. Grayscale: #8A8A8A. Windows color (decimal): -4560451 or 12413370. OLE color: 12413370.

HSL color Cylindrical-coordinate representation of color #BA69BD: hue angle of 297.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69BD is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186105189-
CMYK0.020.4400.26
HSL297.86º38.89%57.65%-
HSV(B)297.86º44.44%74.12%-
XYZ34.4924.2251-
YUV138.79156.34161.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=38.75%
G=21.88%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861051890.020.4400.26297.8638.8957.65
HexBA69BD22C01A12a273a
Octal2721512752540324524772
Binary1011101011010011011110110101100011010100101010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69BD; }

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

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

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

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

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

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

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

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