#BA70C1

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

Shades of Fuchsia #BA70C1

Tints of Fuchsia #BA70C1

Color information

#BA70C1 (or 0xBA70C1) is unknown color: approx Fuchsia. HEX triplet: BA, 70 and C1. RGB value is (186,112,193). Sum of RGB (Red+Green+Blue) = 186+112+193=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA70C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70C1 is #458F3E. Grayscale: #8F8F8F. Windows color (decimal): -4558655 or 12677306. OLE color: 12677306.

HSL color Cylindrical-coordinate representation of color #BA70C1: hue angle of 294.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA70C1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186112193-
CMYK0.040.4200.24
HSL294.81º39.51%59.8%-
HSV(B)294.81º41.97%75.69%-
XYZ35.6725.8853.57-
YUV143.36156.02158.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=37.88%
G=22.81%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861121930.040.4200.24294.8139.5159.8
HexBA70C142A018127283c
Octal2721603014520304475074
Binary10111010111000011000001100101010011000100100111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70C1; }

 p { color: rgb(186,112,193); }

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

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

 a { background-color: rgb(186,112,193); }

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

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

 span { border-color: rgb(186,112,193); }

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