#BA38C1

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

Shades of Fuchsia #BA38C1

Tints of Fuchsia #BA38C1

Color information

#BA38C1 (or 0xBA38C1) is unknown color: approx Fuchsia. HEX triplet: BA, 38 and C1. RGB value is (186,56,193). Sum of RGB (Red+Green+Blue) = 186+56+193=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA38C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38C1 is #45C73E. Grayscale: #6E6E6E. Windows color (decimal): -4572991 or 12662970. OLE color: 12662970.

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

Color convert

RGB18656193-
CMYK0.040.7100.24
HSL296.93º55.02%48.82%-
HSV(B)296.93º70.98%75.69%-
XYZ31.2917.1252.11-
YUV110.49174.57181.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=42.76%
G=12.87%
B=44.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186561930.040.7100.24296.9355.0248.82
HexBA38C14470181293731
Octal2727030141070304516761
Binary10111010111000110000011001000111011000100101001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38C1; }

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

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

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

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

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

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

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

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