#BA65BD

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

Shades of Fuchsia #BA65BD

Tints of Fuchsia #BA65BD

Color information

#BA65BD (or 0xBA65BD) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and BD. RGB value is (186,101,189). Sum of RGB (Red+Green+Blue) = 186+101+189=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65BD is #459A42. Grayscale: #888888. Windows color (decimal): -4561475 or 12412346. OLE color: 12412346.

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

Color convert

RGB186101189-
CMYK0.020.4700.26
HSL297.95º40%56.86%-
HSV(B)297.95º46.56%74.12%-
XYZ34.0923.4250.87-
YUV136.45157.66163.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=39.08%
G=21.22%
B=39.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861011890.020.4700.26297.954056.86
HexBA65BD22F01A12a2839
Octal2721452752570324525071
Binary1011101011001011011110110101111011010100101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65BD; }

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

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

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

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

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

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

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

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