Html Css Color HEX #BA63BF Fuchsia

📋 copy color: '#BA63BF'

red 186 ◦ green 99 ◦ blue 191

#BA63BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BA63BF

Tints of Fuchsia #BA63BF

RGB

 RED value IS 186 (73.05% from 255) = 39.08%

 GREEN value IS 99 (39.06% from 255) = 20.8%

 BLUE value IS 191 (75% from 255) = 40.13%

R = 39.08%
G = 20.8%
B = 40.13%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA63BF (or 0xBA63BF) is known color: Fuchsia. HEX triplet: BA, 63 and BF. RGB value is (186,99,191). Sum of RGB (Red+Green+Blue) = 186+99+191=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA63BF is #459C40. Grayscale: #878787. Windows color (decimal): -4561985 or 12542906. OLE color: 12542906.

HSL color Cylindrical-coordinate representation of color #BA63BF: hue angle of 296.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA63BF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 99 191 -
CMYK 0.03 0.48 0 0.25
HSL 296.74º 0.42% 0.57% -
HSV(B) 296.74º 0.48% 0.75% -
XYZ 34.12 23.12 51.96 -
YUV 135.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 186 99 191 0.03 0.48 0 0.25 296.74 0.42 0.57
Hex BA 63 BF 3 30 0 19 129 2A 39
Octal 272 143 277 3 60 0 31 451 52 71
Binary 10111010 1100011 10111111 11 110000 0 11001 100101001 101010 111001

Color Harmonies of #BA63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA63BF

Black with #BA63BF

Text Example


Text Example

White with #BA63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA63BF; }

 p { color: rgb(186,99,191); }

 H1.HeaderClassName
 {
   color: #BA63BF;
 }
 .AnyTagClassName
 {
   color: #BA63BF;
 }
</style>

background-color css

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

 a { background-color: rgb(186,99,191); }

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

border-color css

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

 span { border-color: rgb(186,99,191); }

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